We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff239c3 commit bfeeb06Copy full SHA for bfeeb06
src/include/storage/smgr.h
@@ -27,7 +27,7 @@
27
* descriptors.)
28
*
29
* 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
+ * it's in use. We use this to prevent pointers in relcache to smgr from being
31
* invalidated. SMgrRelations that are not pinned are deleted at end of
32
* transaction.
33
*/
0 commit comments