pgsql: test_escape: Fix output of --help

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: test_escape: Fix output of --help
Date: 2025-02-20 00:32:02
Message-ID: E1tkuTz-000DiO-1s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

test_escape: Fix output of --help

The short option name -f was not listed, only its long option name
--force-unsupported.

Author: Japin Li
Discussion: https://postgr.es/m/ME0P300MB04452BD1FB1B277D4C1C20B9B6C52@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
Backpatch-through: 13

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e7f72185062ca1c76334e1d6de35ec17a2489234

Modified Files
--------------
src/test/modules/test_escape/test_escape.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-02-20 00:37:50 pgsql: pgbench: Increase RLIMIT_NOFILE if necessary
Previous Message Tomas Vondra 2025-02-19 22:54:53 pgsql: Correct relation size estimate with low fillfactor