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
- v1-0001-Add-missing-word-in-comment.patch (application/octet-stream) patch v1-0001
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
-
Add missing word in comment
- bfeeb065ea2c 18.0 landed