Thread
Commits
-
Add missing word in comment
- bfeeb065ea2c 18.0 landed
-
Missing word in comment
Amit Langote <amitlangote09@gmail.com> — 2024-11-12T06:53:32Z
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