Mop-up for previous change to determine default shared_buffers and
Tom Lane <tgl@sss.pgh.pa.us>
Mop-up for previous change to determine default shared_buffers and max_connections at initdb time. Get rid of DEF_NBUFFERS and DEF_MAXBACKENDS macros, which aren't doing anything useful anymore, and put more likely defaults into postgresql.conf.sample.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/ipc_test.c | modified | +3 −3 |
| src/backend/tcop/postgres.c | modified | +3 −3 |
| src/backend/utils/init/globals.c | modified | +2 −2 |
| src/backend/utils/misc/guc.c | modified | +3 −3 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +2 −2 |
| src/bin/initdb/initdb.sh | modified | +3 −3 |
| src/include/miscadmin.h | modified | +1 −6 |