Skip to content

Commit a59135a

Browse files
committed
Spell "startup process" with lower case in the documentation
Most uses were already lower case, so this just makes all user-visible spellings consistent. Bharath Rupireddy The proposed patch also had analagous changes for the code comments, but I decided that wasn't worth the churn. Discussion: https://www.postgresql.org/message-id/flat/CALj2ACW7%2Bv_0QBPoWB%3DqKr67JKC019Htm%3DX8sKewS17bOquefg%40mail.gmail.com
1 parent 13d1293 commit a59135a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/high-availability.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ HINT: You can then restart the server after making the necessary configuration
21272127
<para>
21282128
<function>pg_cancel_backend()</function>
21292129
and <function>pg_terminate_backend()</function> will work on user backends,
2130-
but not the Startup process, which performs
2130+
but not the startup process, which performs
21312131
recovery. <structname>pg_stat_activity</structname> does not show
21322132
recovering transactions as active. As a result,
21332133
<structname>pg_prepared_xacts</structname> is always empty during
@@ -2139,9 +2139,9 @@ HINT: You can then restart the server after making the necessary configuration
21392139
<para>
21402140
<structname>pg_locks</structname> will show locks held by backends,
21412141
as normal. <structname>pg_locks</structname> also shows
2142-
a virtual transaction managed by the Startup process that owns all
2142+
a virtual transaction managed by the startup process that owns all
21432143
<literal>AccessExclusiveLocks</literal> held by transactions being replayed by recovery.
2144-
Note that the Startup process does not acquire locks to
2144+
Note that the startup process does not acquire locks to
21452145
make database changes, and thus locks other than <literal>AccessExclusiveLocks</literal>
21462146
do not show in <structname>pg_locks</structname> for the Startup
21472147
process; they are just presumed to exist.

0 commit comments

Comments
 (0)