From: Bruce Momjian Date: Tue, 14 Aug 2012 20:26:08 +0000 (-0400) Subject: Revert "commit_delay" change; just add comment that we don't have X-Git-Tag: bdr/0.1~894 X-Git-Url: http://git.postgresql.org/gitweb/static/4.16?a=commitdiff_plain;h=03bda4535ee119d3dae7226faebed089925ace7e;p=users%2Fandresfreund%2Fpostgres.git Revert "commit_delay" change; just add comment that we don't have a microsecond specification. --- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index a1d303b75a..48652b21ea 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -2033,8 +2033,8 @@ static struct config_int ConfigureNamesInt[] = {"commit_delay", PGC_USERSET, WAL_SETTINGS, gettext_noop("Sets the delay in microseconds between transaction commit and " "flushing WAL to disk."), - NULL, - GUC_UNIT_MS + NULL + /* we have no microseconds designation, so can't supply units here */ }, &CommitDelay, 0, 0, 100000,