We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent670bf71 commitacc2b1eCopy full SHA for acc2b1e
src/backend/storage/buffer/bufmgr.c
@@ -138,9 +138,9 @@ static inline int32 GetPrivateRefCount(Buffer buffer);
138
staticvoidForgetPrivateRefCountEntry(PrivateRefCountEntry*ref);
139
140
/*
141
- * Ensure that thethePrivateRefCountArray has sufficient space to store one
142
- *moreentry. This has to be called before using NewPrivateRefCountEntry() to
143
- *filla 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
staticvoid
146
ReservePrivateRefCountEntry(void)