1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Change default commit_delay to zero, update documentation.

This commit is contained in:
Tom Lane
2001-02-18 04:50:43 +00:00
parent 33cc5d8a4d
commit 57e0847180
4 changed files with 24 additions and 16 deletions

View File

@ -4,7 +4,7 @@
* Support for grand unified configuration scheme, including SET
* command, configuration file, and command line options.
*
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.29 2001/02/07 23:36:22 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.30 2001/02/18 04:50:43 tgl Exp $
*
* Copyright 2000 by PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
@ -291,7 +291,7 @@ ConfigureNamesInt[] =
0, 0, 16},
{"commit_delay", PGC_USERSET, &CommitDelay,
5, 0, 1000},
0, 0, 100000},
{NULL, 0, NULL, 0, 0, 0}
};