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);
138
138
static void ForgetPrivateRefCountEntry (PrivateRefCountEntry * ref );
139
139
140
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.
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.
144
144
*/
145
145
static void
146
146
ReservePrivateRefCountEntry (void )
You can’t perform that action at this time.
0 commit comments