From c969fed7ecd54be6aca27e68a58efb57b2753ba2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 21 Sep 2001 03:32:36 +0000 Subject: Give VACUUM its own GUC parameter for memory usage, rather than piggybacking on SortMem. Add documentation for some recently-added GUC parameters that had so far escaped it. --- src/include/miscadmin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index be1fbdd4efc..d1c8ca75981 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.90 2001/09/08 15:24:00 petere Exp $ + * $Id: miscadmin.h,v 1.91 2001/09/21 03:32:36 tgl Exp $ * * NOTES * some of the information in this file should be moved to @@ -170,6 +170,7 @@ extern char DateFormat[]; extern bool enableFsync; extern bool allowSystemTableMods; extern int SortMem; +extern int VacuumMem; /* * A few postmaster startup options are exported here so the -- cgit v1.2.3