CONFIG_VAR_TYPE_BOOL, false, 0
},
&g_pool_config.failover_on_backend_shutdown,
- true,
+ false,
NULL, NULL, NULL
},
CONFIG_VAR_TYPE_STRING, false, 0
},
&g_pool_config.recovery_user,
- "",
+ "nobody",
NULL, NULL, NULL, NULL
},
# replicate_select is higher priority than
# load_balance_mode.
-#insert_lock = off
+#insert_lock = on
# Automatically locks a dummy row or a table
# with INSERT statements to keep SERIAL data
# consistency
#failover_on_backend_shutdown = off
# Initiates failover when backend is shutdown,
- # or backend process is killed.
+ # or backend process is killed.
# If set to off, pgpool will report an
# error and disconnect the session.
# - Watchdog communication Settings -
-hostname0 = ''
+#hostname0 = ''
# Host name or IP address of pgpool node
# for watchdog connection
# (change requires restart)