Missing word in comment

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Missing word in comment
Date: 2024-11-12 06:53:32
Message-ID: CA+HiwqFgdp8=0_gi+DU0fPWZbg7qY3KZ_c1Wj1DEvzXC4BCnMQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Will push the attached shortly, which does:

* 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

--
Thanks, Amit Langote

Attachment Content-Type Size
v1-0001-Add-missing-word-in-comment.patch application/octet-stream 878 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-11-12 06:56:13 Re: define pg_structiszero(addr, s, r)
Previous Message Masahiko Sawada 2024-11-12 06:32:18 Re: logical replication: restart_lsn can go backwards (and more), seems broken since 9.4