*** pgsql/doc/src/sgml/runtime.sgml 2010/03/21 00:43:40 1.433 --- pgsql/doc/src/sgml/runtime.sgml 2010/04/08 01:39:37 1.434 *************** *** 1,4 **** ! Server Setup and Operation --- 1,4 ---- ! Server Setup and Operation *************** echo -17 > /proc/self/oom_adj *** 1338,1344 **** until online backup mode is no longer active. While backup mode is active, new connections will still be allowed, but only to superusers (this exception allows a superuser to connect to terminate ! online backup mode). --- 1338,1346 ---- until online backup mode is no longer active. While backup mode is active, new connections will still be allowed, but only to superusers (this exception allows a superuser to connect to terminate ! online backup mode). If the server is in recovery when a smart ! shutdown is requested, recovery and streaming replication will be ! stopped only after all regular sessions have terminated.