1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * IDENTIFICATION
13- * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.125 2003/05/27 17:49:46 momjian Exp $
13+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.126 2003/05/27 17:55:50 momjian Exp $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -400,11 +400,11 @@ static struct config_bool
400400#endif
401401
402402 {
403- {"log_statement" , PGC_USERSET }, & log_statement ,
403+ {"log_statement" , PGC_SUSET }, & log_statement ,
404404 false, NULL , NULL
405405 },
406406 {
407- {"log_duration" , PGC_USERSET }, & log_duration ,
407+ {"log_duration" , PGC_SUSET }, & log_duration ,
408408 false, NULL , NULL
409409 },
410410 {
@@ -425,19 +425,19 @@ static struct config_bool
425425 },
426426
427427 {
428- {"log_parser_stats" , PGC_USERSET }, & log_parser_stats ,
428+ {"log_parser_stats" , PGC_SUSET }, & log_parser_stats ,
429429 false, NULL , NULL
430430 },
431431 {
432- {"log_planner_stats" , PGC_USERSET }, & log_planner_stats ,
432+ {"log_planner_stats" , PGC_SUSET }, & log_planner_stats ,
433433 false, NULL , NULL
434434 },
435435 {
436- {"log_executor_stats" , PGC_USERSET }, & log_executor_stats ,
436+ {"log_executor_stats" , PGC_SUSET }, & log_executor_stats ,
437437 false, NULL , NULL
438438 },
439439 {
440- {"log_statement_stats" , PGC_USERSET }, & log_statement_stats ,
440+ {"log_statement_stats" , PGC_SUSET }, & log_statement_stats ,
441441 false, NULL , NULL
442442 },
443443#ifdef BTREE_BUILD_STATS
@@ -791,7 +791,7 @@ static struct config_string
791791 },
792792
793793 {
794- {"log_min_error_statement" , PGC_USERSET }, & log_min_error_statement_str ,
794+ {"log_min_error_statement" , PGC_SUSET }, & log_min_error_statement_str ,
795795 "panic" , assign_min_error_statement , NULL
796796 },
797797
@@ -878,7 +878,7 @@ static struct config_string
878878 },
879879
880880 {
881- {"log_min_messages" , PGC_USERSET }, & log_min_messages_str ,
881+ {"log_min_messages" , PGC_SUSET }, & log_min_messages_str ,
882882 "notice" , assign_log_min_messages , NULL
883883 },
884884
0 commit comments