From bfeeb065ea2c870cf4d9dfcd552d23d72432e692 Mon Sep 17 00:00:00 2001 From: Amit Langote Date: Tue, 12 Nov 2024 15:56:51 +0900 Subject: [PATCH] Add missing word in comment Discussion: https://postgr.es/m/CA+HiwqFgdp8=0_gi+DU0fPWZbg7qY3KZ_c1Wj1DEvzXC4BCnMQ@mail.gmail.com --- src/include/storage/smgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h index 899d0d681c5..5ab992f5bd5 100644 --- a/src/include/storage/smgr.h +++ b/src/include/storage/smgr.h @@ -27,7 +27,7 @@ * descriptors.) * * An SMgrRelation may be "pinned", to prevent it from being destroyed while - * it's in use. We use this to prevent pointers relcache to smgr from being + * it's in use. We use this to prevent pointers in relcache to smgr from being * invalidated. SMgrRelations that are not pinned are deleted at end of * transaction. */