OSDN Git Service

Make the minimum allowed value of work_mem be 64KB always, rather than having
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 May 2008 19:55:40 +0000 (19:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 May 2008 19:55:40 +0000 (19:55 +0000)
commit1b1e335b15e19a89601d3b025b4d3deb60b39f98
tree75fe089103f34e68a64b9269f88f48bc81478693
parent772f63dd6a4d57bc082d701fab4f9cca281efdc1
Make the minimum allowed value of work_mem be 64KB always, rather than having
it vary with BLCKSZ as before.  This agrees with what the documentation says,
and avoids a regression test problem when BLCKSZ is larger than default.
Per recent discussion.
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c