Rename the parameter recovery_connections to hot_standby, to reduce possible
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +29 −26 |
| doc/src/sgml/high-availability.sgml | modified | +35 −34 |
| src/backend/access/transam/xlog.c | modified | +30 −21 |
| src/backend/storage/ipc/procarray.c | modified | +8 −4 |
| src/backend/utils/misc/guc.c | modified | +5 −7 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +4 −4 |
| src/include/access/xlog.h | modified | +5 −4 |