Get rid of PID entries in shmem hash table; there is no longer any need

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

Commit: 863aceb54f956ca9d6d06a44244d7a1b13e99c8b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-09-07T00:27:30Z
Releases: 7.2.1
Get rid of PID entries in shmem hash table; there is no longer any need
for them, and making them just wastes time during backend startup/shutdown.
Also, remove compile-time MAXBACKENDS limit per long-ago proposal.
You can now set MaxBackends as high as your kernel can stand without
any reconfiguration/recompilation.

Files