Move default NBuffers setting into config.h, and rename it
Tom Lane <tgl@sss.pgh.pa.us>
Move default NBuffers setting into config.h, and rename it to DEF_NBUFFERS for readability. Make sure the default value is OK according to postmaster.c's new sanity check for -B values.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/buffer/buf_init.c | modified | +2 −2 |
| src/include/config.h.in | modified | +9 −0 |
| src/include/miscadmin.h | modified | +1 −7 |