summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/auto_explain/auto_explain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/auto_explain/auto_explain.c b/contrib/auto_explain/auto_explain.c
index d5fa6ac2d31..2eab1db815c 100644
--- a/contrib/auto_explain/auto_explain.c
+++ b/contrib/auto_explain/auto_explain.c
@@ -74,7 +74,7 @@ _PG_init(void)
"Zero prints all plans. -1 turns this feature off.",
&auto_explain_log_min_duration,
-1,
- -1, INT_MAX / 1000,
+ -1, INT_MAX,
PGC_SUSET,
GUC_UNIT_MS,
NULL,