pgsql: Copy-edit text for the pg_terminate_backend() "timeout" paramete

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Copy-edit text for the pg_terminate_backend() "timeout" paramete
Date: 2021-06-15 00:30:00
Message-ID: E1lswxs-0004im-HJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0aac73e6a2602696d23aa7a9686204965f9093dc

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
src/backend/storage/ipc/signalfuncs.c | 14 +++++++-------
src/include/catalog/pg_proc.dat | 3 +--
3 files changed, 9 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-15 01:28:39 pgsql: Remove orphaned expected-result file.
Previous Message Alvaro Herrera 2021-06-14 20:32:45 pgsql: Fix logic bug in 1632ea43682f