File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/backend/storage/buffer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ static inline int32 GetPrivateRefCount(Buffer buffer);
138138static void ForgetPrivateRefCountEntry (PrivateRefCountEntry * ref );
139139
140140/*
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.
141+ * Ensure that the PrivateRefCountArray has sufficient space to store one more
142+ * entry. This has to be called before using NewPrivateRefCountEntry() to fill
143+ * a new entry - but it's perfectly fine to not use a reserved entry.
144144 */
145145static void
146146ReservePrivateRefCountEntry (void )
You can’t perform that action at this time.
0 commit comments