Skip to content
Snippets Groups Projects
Commit 391c3811 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 39d715be
No related branches found
No related tags found
Loading
Showing
with 133 additions and 116 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment