diff options
Diffstat (limited to 'src/backend/storage/buffer/buf_init.c')
-rw-r--r-- | src/backend/storage/buffer/buf_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/buffer/buf_init.c b/src/backend/storage/buffer/buf_init.c index 0cd2530be9..ef1f9a6900 100644 --- a/src/backend/storage/buffer/buf_init.c +++ b/src/backend/storage/buffer/buf_init.c @@ -50,7 +50,7 @@ char *BufferBlocks; * refcount -- Counts the number of processes holding pins on a buffer. * A buffer is pinned during IO and immediately after a BufferAlloc(). * Pins must be released before end of transaction. For efficiency the - * shared refcount isn't increased if a individual backend pins a buffer + * shared refcount isn't increased if an individual backend pins a buffer * multiple times. Check the PrivateRefCount infrastructure in bufmgr.c. */ |