From 1b1e335b15e19a89601d3b025b4d3deb60b39f98 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 1 May 2008 19:55:40 +0000 Subject: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 8658f493d5b..1e1e069a411 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -826,7 +826,7 @@ SET ENABLE_SEQSCAN TO OFF; Specifies the amount of memory to be used by internal sort operations - and hash tables before switching to temporary disk files. The value is + and hash tables before switching to temporary disk files. The value defaults to one megabyte (1MB). Note that for a complex query, several sort or hash operations might be running in parallel; each one will be allowed to use as much memory -- cgit v1.2.3