Skip to content
Snippets Groups Projects
  • Robert Haas's avatar
    c573486c
    Fix minor thinko in ProcGlobalShmemSize(). · c573486c
    Robert Haas authored
    There's no need to add space for startupBufferPinWaitBufId, because
    it's part of the PROC_HDR object for which this function already
    allocates space.
    
    This has been wrong for a while, but the only consequence is that our
    shared memory allocation is increased by 4 bytes, so no back-patch.
    c573486c
    History
    Fix minor thinko in ProcGlobalShmemSize().
    Robert Haas authored
    There's no need to add space for startupBufferPinWaitBufId, because
    it's part of the PROC_HDR object for which this function already
    allocates space.
    
    This has been wrong for a while, but the only consequence is that our
    shared memory allocation is increased by 4 bytes, so no back-patch.