pgsql: Remove unused short option from getopt_long() call

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove unused short option from getopt_long() call
Дата
Msg-id E1oLhox-0006af-BW@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: pgsql: Introduce optimized routine for linear searches of arrays
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Reinstate tests accidentally removed by e3fcca0d0d