pgsql: test_escape: Fix output of --help - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: test_escape: Fix output of --help
Date
Msg-id E1tkuTz-000DiQ-1v@gemulon.postgresql.org
Whole thread Raw
List 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_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9fe0cad166df87b99f71374f7ff7acecf3cc600c

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


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Correct relation size estimate with low fillfactor
Next
From: Andres Freund
Date:
Subject: pgsql: pgbench: Increase RLIMIT_NOFILE if necessary