[COMMITTERS] pgsql: pg_rewind: Fix busted sanity check.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: pg_rewind: Fix busted sanity check.
Дата
Msg-id E1dYbMO-0004nV-VG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_rewind: Fix busted sanity check.

As written, the code would only fail the sanity check if none of the
columns returned by the server were of the expected type, but we want
it to fail if even one column is not of the expected type.

Discussion: http://postgr.es/m/CA+TgmoYuY5zW7JEs+1hSS1D=V5K8h1SQuESrq=bMNeo0B71Sfw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/063ff9210c54928a2d19f9e826486621809e1b82

Modified Files
--------------
src/bin/pg_rewind/libpq_fetch.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Re-establish postgres_fdw connections after server or usermappi
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Stabilize postgres_fdw regression tests.