Tue, 3 Feb 2004 17:34:04 +0000 (17:34 +0000)
Tue, 3 Feb 2004 17:34:04 +0000 (17:34 +0000)
commit 391c3811a2b7f4cd666e1b4f35534046a862abbb
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
Make btree index creation and initial validation of foreign-key constraints
use maintenance_work_mem rather than work_mem as their memory limit.
Add some code to guc.c to allow these variables to be referenced by their
old names in SHOW and SET commands, for backwards compatibility.