Move default NBuffers setting into config.h, and rename it

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

Commit: 642d21a59bac907d00e94900f134aa645cada90b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-06-12T22:17:24Z
Releases: 7.1.1
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

PathChange+/−
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