]> granicus.if.org Git - postgresql/commitdiff
Revert "commit_delay" change; just add comment that we don't have
authorBruce Momjian <bruce@momjian.us>
Tue, 14 Aug 2012 20:26:08 +0000 (16:26 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 14 Aug 2012 20:26:08 +0000 (16:26 -0400)
a microsecond specification.

src/backend/utils/misc/guc.c

index a1d303b75aca9b46512800f22a465dda974238d8..48652b21ea45054075acad2a56a1b4f71087ae83 100644 (file)
@@ -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,