Arrange to preallocate all required space for the buffer and FSM hash

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3a246cc28572db1b96467f15fd4df2be1e32925d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-09-28T20:46:37Z
Releases: 8.0.0
Arrange to preallocate all required space for the buffer and FSM hash
tables in shared memory.  This ensures that overflow of the lock table
creates no long-lasting problems.  Per discussion with Merlin Moncure.

Files