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

Commit6f37c08

Browse files
committed
Fix whitespace
1 parent3b5e03d commit6f37c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/test_decoding/sql/ddl.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SELECT pg_drop_replication_slot('regression_slot');
1717
-- fail
1818
SELECT pg_drop_replication_slot('regression_slot');
1919

20-
-- check that we're detecting a streaming rep slot used for logical decoding
20+
-- check that we're detecting a streaming rep slot used for logical decoding
2121
SELECT'init'FROM pg_create_physical_replication_slot('repl');
2222
SELECT dataFROM pg_logical_slot_get_changes('repl',NULL,NULL,'include-xids','0');
2323
SELECT pg_drop_replication_slot('repl');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp