pgsql: Remove unused short option from getopt_long() call - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove unused short option from getopt_long() call
Date
Msg-id E1oLhox-0006af-BW@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Introduce optimized routine for linear searches of arrays
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Reinstate tests accidentally removed by e3fcca0d0d