Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita59135a

Browse files
committed
Spell "startup process" with lower case in the documentation
Most uses were already lower case, so this just makes all user-visiblespellings consistent.Bharath RupireddyThe 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 parent13d1293 commita59135a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 3 additions & 3 deletions
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 theStartup process, which performs
2130+
but not thestartup 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 theStartup process that owns all
2142+
a virtual transaction managed by thestartup process that owns all
21432143
<literal>AccessExclusiveLocks</literal> held by transactions being replayed by recovery.
2144-
Note that theStartup process does not acquire locks to
2144+
Note that thestartup 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)

[8]ページ先頭

©2009-2025 Movatter.jp