Move default NBuffers setting into config.h, and rename it
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Jun 1999 22:17:24 +0000 (22:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Jun 1999 22:17:24 +0000 (22:17 +0000)
commitdab8da805820947a3d82ae84c17feccd9df8171b
tree0e6922622dd216ad1b7a43ddf44e68dc438146fc
parent497878690c1de6c12212845d743f5f5a40b08d74
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.
src/backend/storage/buffer/buf_init.c
src/include/config.h.in
src/include/miscadmin.h