File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2127,7 +2127,7 @@ HINT: You can then restart the server after making the necessary configuration
2127
2127
<para>
2128
2128
<function>pg_cancel_backend()</function>
2129
2129
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
2131
2131
recovery. <structname>pg_stat_activity</structname> does not show
2132
2132
recovering transactions as active. As a result,
2133
2133
<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
2139
2139
<para>
2140
2140
<structname>pg_locks</structname> will show locks held by backends,
2141
2141
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
2143
2143
<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
2145
2145
make database changes, and thus locks other than <literal>AccessExclusiveLocks</literal>
2146
2146
do not show in <structname>pg_locks</structname> for the Startup
2147
2147
process; they are just presumed to exist.
You can’t perform that action at this time.
0 commit comments