summaryrefslogtreecommitdiff
path: root/contrib/auto_explain
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/auto_explain')
-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 2a184ed886..6b9795c6ac 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,