Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97e899e

Browse files
committed
Fix test_decoding regression test outputs.
Commit6f37c08 removed whitespacefrom the SQL file but not the expected-output file, and commit7e8db2d changed the error messagewithout updating the expected outputs.
1 parent114b26c commit97e899e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎contrib/test_decoding/expected/binary.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'for
1414

1515
-- fails, binary plugin, textual consumer
1616
SELECT data FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'force-binary', '1');
17-
ERROR: output plugin cannot producetext output
17+
ERROR: output plugin cannot producebinary output
1818
-- succeeds, textual plugin, binary consumer
1919
SELECT data FROM pg_logical_slot_get_binary_changes('regression_slot', NULL, NULL, 'force-binary', '0');
2020
data

‎contrib/test_decoding/expected/ddl.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SELECT pg_drop_replication_slot('regression_slot');
3333
-- fail
3434
SELECT pg_drop_replication_slot('regression_slot');
3535
ERROR: replication slot "regression_slot" does not exist
36-
-- check that we're detecting a streaming rep slot used for logical decoding
36+
-- check that we're detecting a streaming rep slot used for logical decoding
3737
SELECT 'init' FROM pg_create_physical_replication_slot('repl');
3838
?column?
3939
----------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp