File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
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.
You can’t perform that action at this time.
0 commit comments