Missing word in comment

Amit Langote <amitlangote09@gmail.com>

From: Amit Langote <amitlangote09@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-11-12T06:53:32Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Add missing word in comment