Thread

Commits

  1. Add missing word in comment

  1. 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