]> granicus.if.org Git - postgresql/commit
Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Oct 2006 18:58:08 +0000 (18:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Oct 2006 18:58:08 +0000 (18:58 +0000)
commitff40057116edc7a88d4d57c7bee9fa67b288e2d3
tree682cfa3d5efc50b3b666b1d6501e8ef10305ef36
parentaf0af42f85092e32cf554dbc96444a9984c80e12
Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had
gotten rather thoroughly whacked out by careless recent changes: the
intended ratio between the two was off by a lot, and the minimum number
of shared buffers tried had increased by a lot.  Problem exposed by
failures on buildfarm members with smaller SHMMAX values.
src/bin/initdb/initdb.c