Make "log_min_duration_statement" SUSET --- will be adjusted with new
USERLIMIT patch.
This commit is contained in:
parent
47d5c3d5e7
commit
a24c5a7b12
@ -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
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
{"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
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user