diff options
author | Amit Langote <amitlan@postgresql.org> | 2024-11-12 15:56:51 +0900 |
---|---|---|
committer | Amit Langote <amitlan@postgresql.org> | 2024-11-12 20:39:57 +0900 |
commit | bfeeb065ea2c870cf4d9dfcd552d23d72432e692 (patch) | |
tree | d5667715d4718aca01e97777f67a3363f74d4cd3 /src | |
parent | ff239c3bf4e8cc8b758450e82ff698100aa8efc0 (diff) | |
download | postgresql-bfeeb065ea2c870cf4d9dfcd552d23d72432e692.tar.gz postgresql-bfeeb065ea2c870cf4d9dfcd552d23d72432e692.zip |
Add missing word in comment
Discussion: https://postgr.es/m/CA+HiwqFgdp8=0_gi+DU0fPWZbg7qY3KZ_c1Wj1DEvzXC4BCnMQ@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/smgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |