mirror of
https://github.com/postgres/postgres.git
synced 2025-10-11 00:03:02 -04:00
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.
This commit is contained in:
parent
114b26c06f
commit
97e899e1b8
@ -14,7 +14,7 @@ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'for
|
|||||||
|
|
||||||
-- fails, binary plugin, textual consumer
|
-- fails, binary plugin, textual consumer
|
||||||
SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'force-binary', '1');
|
SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'force-binary', '1');
|
||||||
ERROR: output plugin cannot produce text output
|
ERROR: output plugin cannot produce binary output
|
||||||
-- succeeds, textual plugin, binary consumer
|
-- succeeds, textual plugin, binary consumer
|
||||||
SELECT data FROM pg_logical_slot_get_binary_changes('regression_slot', NULL, NULL, 'force-binary', '0');
|
SELECT data FROM pg_logical_slot_get_binary_changes('regression_slot', NULL, NULL, 'force-binary', '0');
|
||||||
data
|
data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user