pgsql: Fix incorrect option name in usage screen

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect option name in usage screen
Date: 2025-09-24 13:10:38
Message-ID: E1v1PGY-002JtW-1K@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect option name in usage screen

The usage screen incorrectly refered to the --docs option as --sgml.
Backpatch down to v17 where this script was introduced.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/20250729.135638.1148639539103758555.horikyota.ntt@gmail.com
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2e84996b03f55e4f5230658cb28077cf10d36ef1

Modified Files
--------------
src/backend/utils/activity/generate-wait_event_types.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-09-24 14:53:10 pgsql: Remove PointerIsValid()
Previous Message Daniel Gustafsson 2025-09-24 13:10:24 pgsql: Fix incorrect option name in usage screen