mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Copy-edit text for the pg_terminate_backend() "timeout" parameter.
Revert the pg_description entry to its v13 form, since those messages usually remain shorter and don't discuss individual parameters. No catversion bump, since pg_description content does not impair backend compatibility or application compatibility. Justin Pryzby Discussion: https://postgr.es/m/20210612182743.GY16435@telsasoft.com
This commit is contained in:
@ -24998,7 +24998,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
|
||||
milliseconds) and greater than zero, the function waits until the
|
||||
process is actually terminated or until the given time has passed. If
|
||||
the process is terminated, the function
|
||||
returns <literal>true</literal>. On timeout a warning is emitted and
|
||||
returns <literal>true</literal>. On timeout, a warning is emitted and
|
||||
<literal>false</literal> is returned.
|
||||
</para></entry>
|
||||
</row>
|
||||
|
Reference in New Issue
Block a user