postgresql/src/backend/postmaster
Tom Lane 9d197856dd Rearrange handling of MAXBACKENDS a little bit. The default setting
of MAXBACKENDS is now 1024, since all it's costing is about 32 bytes of memory
per array slot.  configure's --with-maxbackends switch now controls DEF_MAXBACKENDS
which is simply the default value of the postmaster's -N switch.  Thus,
the out-of-the-box configuration will still limit you to 64 backends,
but you can go up to 1024 backends simply by restarting the postmaster with
a different -N switch --- no rebuild required.
1999-02-21 01:41:55 +00:00
..
Makefile Hi, 1998-04-06 00:32:26 +00:00
postmaster.c Rearrange handling of MAXBACKENDS a little bit. The default setting 1999-02-21 01:41:55 +00:00