We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8556869 commitf64315cCopy full SHA for f64315c
doc/src/sgml/bgworker.sgml
@@ -74,11 +74,11 @@ typedef struct BackgroundWorker
74
<command>postgres</> itself has finished its own initialization; processes
75
requesting this are not eligible for database connections),
76
<literal>BgWorkerStart_ConsistentState</> (start as soon as a consistent state
77
- has been reached in aHOT standby, allowing processes to connect to
+ has been reached in ahot standby, allowing processes to connect to
78
databases and run read-only queries), and
79
<literal>BgWorkerStart_RecoveryFinished</> (start as soon as the system has
80
entered normal read-write state). Note the last two values are equivalent
81
- in a server that's not aHOT standby. Note that this setting only indicates
+ in a server that's not ahot standby. Note that this setting only indicates
82
when the processes are to be started; they do not stop when a different state
83
is reached.
84
</para>