OSDN Git Service

Rename the parameter recovery_connections to hot_standby, to reduce possible
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Apr 2010 21:36:19 +0000 (21:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Apr 2010 21:36:19 +0000 (21:36 +0000)
commitf0488bd57c3745b5dbed80e884ee5452e77314c9
tree3f43af61a9b79ddf9d29a7b2c7c8ac81df43b4da
parent72e316e4c832d6388414b5c7e14751c423e39a08
Rename the parameter recovery_connections to hot_standby, to reduce possible
confusion with streaming-replication settings.  Also, change its default
value to "off", because of concern about executing new and poorly-tested
code during ordinary non-replicating operation.  Per discussion.

In passing do some minor editing of related documentation.
doc/src/sgml/config.sgml
doc/src/sgml/high-availability.sgml
src/backend/access/transam/xlog.c
src/backend/storage/ipc/procarray.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/access/xlog.h