mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix typo in comment.
This commit is contained in:
parent
670bf71f65
commit
acc2b1e843
1 changed files with 3 additions and 3 deletions
|
|
@ -138,9 +138,9 @@ static inline int32 GetPrivateRefCount(Buffer buffer);
|
|||
static void ForgetPrivateRefCountEntry(PrivateRefCountEntry *ref);
|
||||
|
||||
/*
|
||||
* Ensure that the 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.
|
||||
* 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.
|
||||
*/
|
||||
static void
|
||||
ReservePrivateRefCountEntry(void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue