Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bfeeb06

Browse files
committed
1 parent ff239c3 commit bfeeb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/smgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* descriptors.)
2828
*
2929
* An SMgrRelation may be "pinned", to prevent it from being destroyed while
30-
* it's in use. We use this to prevent pointers relcache to smgr from being
30+
* it's in use. We use this to prevent pointers in relcache to smgr from being
3131
* invalidated. SMgrRelations that are not pinned are deleted at end of
3232
* transaction.
3333
*/

0 commit comments

Comments
 (0)