diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c index c7b1e45bb815d95aa0095cca7e559e2004e8b103..f898b795d5952b1a1ee7d37ff817100a877270f8 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -111,8 +111,6 @@ ProcGlobalShmemSize(void) size = add_size(size, mul_size(MaxBackends, sizeof(PGPROC))); /* ProcStructLock */ size = add_size(size, sizeof(slock_t)); - /* startupBufferPinWaitBufId */ - size = add_size(size, sizeof(NBuffers)); return size; }