pgsql: Remove unused short option from getopt_long() call

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused short option from getopt_long() call
Date: 2022-08-10 09:16:12
Message-ID: E1oLhox-0006af-BW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused short option from getopt_long() call

The option was removed in 3ce7f72529 but the letter was left in the
getopt_long() call.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-08-10 09:32:35 Re: pgsql: Reinstate tests accidentally removed by e3fcca0d0d
Previous Message John Naylor 2022-08-10 03:49:36 pgsql: Introduce optimized routine for linear searches of arrays