We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670bf71 commit acc2b1eCopy full SHA for acc2b1e
src/backend/storage/buffer/bufmgr.c
@@ -138,9 +138,9 @@ static inline int32 GetPrivateRefCount(Buffer buffer);
138
static void ForgetPrivateRefCountEntry(PrivateRefCountEntry *ref);
139
140
/*
141
- * Ensure that the the PrivateRefCountArray has sufficient space to store one
142
- * more entry. This has to be called before using NewPrivateRefCountEntry() to
143
- * fill a new entry - but it's perfectly fine to not use a reserved entry.
+ * Ensure that the PrivateRefCountArray has sufficient space to store one more
+ * entry. This has to be called before using NewPrivateRefCountEntry() to fill
+ * a new entry - but it's perfectly fine to not use a reserved entry.
144
*/
145
static void
146
ReservePrivateRefCountEntry(void)
0 commit comments