pgsql: Now that pg_upgrade uses -w in pg_ctl, remove loop that retried

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Now that pg_upgrade uses -w in pg_ctl, remove loop that retried
Дата
Msg-id E1QEj3Q-0000nA-PG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testing
the connection;  also restructure the libpq connection code.

This patch also removes the unused variable postmasterPID and fixes a
libpq structure leak that was in the testing loop.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c4d2bd9141034bd27977794f52003fd6f7d01f0

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.h |    1 -
contrib/pg_upgrade/server.c     |  165 +++++++++++----------------------------
2 files changed, 47 insertions(+), 119 deletions(-)


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

Предыдущее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: textsearch-ja - textsearch-ja: Fix a bug in text normalization when a
Следующее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: textsearch-ja - textsearch-ja: Added pure-mecab text parser and