pgsql: Fix test_decoding regression test outputs.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix test_decoding regression test outputs.
Дата
Msg-id E1WLG5d-0003b8-TW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix test_decoding regression test outputs.

Commit 6f37c08057685ee3c6c63222dba0dac012760dde removed whitespace
from the SQL file but not the expected-output file, and commit
7e8db2dc420099df3fa73987cf2d2d6d1a609d86 changed the error message
without updating the expected outputs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/97e899e1b85c7e42ab29cd09fc91cf57760bc1cb

Modified Files
--------------
contrib/test_decoding/expected/binary.out |    2 +-
contrib/test_decoding/expected/ddl.out    |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Fix whitespace
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix some typos introduced by the logical decoding patch.