pgsql: Remove redundant port number check

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove redundant port number check
Дата
Msg-id E1QHgX0-0003oQ-8e@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove redundant port number check

pg_basebackup doesn't need to police the format of port numbers.
libpq already does that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7f1f1bfdbb199a003b9bef5dc946eb2c1c38e4c2

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c |    6 ------
1 files changed, 0 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Link some tables into the surrounding text by their id
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Message style cleanup