*** pgsql/src/backend/utils/misc/postgresql.conf.sample 2009/12/11 03:34:56 1.271 --- pgsql/src/backend/utils/misc/postgresql.conf.sample 2009/12/19 01:32:37 1.272 *************** *** 181,186 **** --- 181,189 ---- #archive_timeout = 0 # force a logfile segment switch after this # number of seconds; 0 disables + #recovery_connections = on # allows connections during recovery + #max_standby_delay = 30 # max acceptable standby lag (s) to help queries + # complete without conflict; -1 disables #------------------------------------------------------------------------------ # QUERY TUNING