aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2013-01-24 08:01:16 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2013-01-24 08:01:16 +0000
commitf64315c6e67e8f37e61bdbd5cb27248f2f6050da (patch)
treecb469e9884c18c587f77d98b7c544b6fe6e24de2 /doc/src
parent8556869f2f31ce6f5fab68de08fb1556a2134080 (diff)
downloadpostgresql-f64315c6e67e8f37e61bdbd5cb27248f2f6050da.tar.gz
postgresql-f64315c6e67e8f37e61bdbd5cb27248f2f6050da.zip
Docs shouldn't say HOT Standby.
Not an acronym. Jeff Janes
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/bgworker.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml
index 912c7deb8f7..1151161a848 100644
--- a/doc/src/sgml/bgworker.sgml
+++ b/doc/src/sgml/bgworker.sgml
@@ -74,11 +74,11 @@ typedef struct BackgroundWorker
<command>postgres</> itself has finished its own initialization; processes
requesting this are not eligible for database connections),
<literal>BgWorkerStart_ConsistentState</> (start as soon as a consistent state
- has been reached in a HOT standby, allowing processes to connect to
+ has been reached in a hot standby, allowing processes to connect to
databases and run read-only queries), and
<literal>BgWorkerStart_RecoveryFinished</> (start as soon as the system has
entered normal read-write state). Note the last two values are equivalent
- in a server that's not a HOT standby. Note that this setting only indicates
+ in a server that's not a hot standby. Note that this setting only indicates
when the processes are to be started; they do not stop when a different state
is reached.
</para>