Commit a24c5a7b authored by Bruce Momjian's avatar Bruce Momjian

Make "log_min_duration_statement" SUSET --- will be adjusted with new

USERLIMIT patch.
parent 47d5c3d5
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>. * Written by Peter Eisentraut <peter_e@gmx.net>.
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.129 2003/06/11 18:01:14 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.130 2003/06/11 18:49:00 momjian Exp $
* *
*-------------------------------------------------------------------- *--------------------------------------------------------------------
*/ */
...@@ -738,7 +738,7 @@ static struct config_int ...@@ -738,7 +738,7 @@ static struct config_int
}, },
{ {
{"log_min_duration_statement", PGC_USERSET}, &log_min_duration_statement, {"log_min_duration_statement", PGC_SUSET}, &log_min_duration_statement,
0, 0, INT_MAX / 1000, NULL, NULL 0, 0, INT_MAX / 1000, NULL, NULL
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment