pgsql: Fix test_decoding regression test outputs.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix test_decoding regression test outputs.
Date: 2014-03-05 17:58:45
Message-ID: E1WLG5d-0003b8-TW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-03-05 18:00:58 pgsql: Fix some typos introduced by the logical decoding patch.
Previous Message Robert Haas 2014-03-05 17:51:06 Re: pgsql: Fix whitespace