提交 b83f711d 编写于 作者: B Bruce Momjian

Remove lock* GUC variables from postgresql.conf.

Document why certain GUC variables aren't in postgresql.conf.
上级 65058fcf
......@@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.127 2003/05/28 18:19:09 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.128 2003/06/11 05:04:51 momjian Exp $
*
*--------------------------------------------------------------------
*/
......@@ -689,6 +689,7 @@ static struct config_int
60, 1, 600, NULL, NULL
},
/* Not for general use */
{
{"pre_auth_delay", PGC_SIGHUP}, &PreAuthDelay,
0, 0, 60, NULL, NULL
......@@ -871,6 +872,7 @@ static struct config_string
"$user,public", assign_search_path, NULL
},
/* Can't be set in postgresql.conf */
{
{"server_encoding", PGC_INTERNAL, GUC_REPORT},
&server_encoding_string,
......@@ -888,6 +890,7 @@ static struct config_string
"notice", assign_log_min_messages, NULL
},
/* Not for general use --- used by SET SESSION AUTHORIZATION */
{
{"session_authorization", PGC_USERSET, GUC_NO_SHOW_ALL | GUC_NO_RESET_ALL},
&session_authorization_string,
......
......@@ -181,20 +181,6 @@
#stats_block_level = false
#
# Lock Tracing
#
#trace_notify = false
# requires LOCK_DEBUG
#trace_locks = false
#trace_userlocks = false
#trace_lwlocks = false
#debug_deadlocks = false
#trace_lock_oidmin = 16384
#trace_lock_table = 0
#
# Misc
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册