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

Commit7ca8c97

Browse files
committed
Fix typo in recently-added TAP test for replication slots
Oversight in commitb0afdca.
1 parentef02fb1 commit7ca8c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/recovery/t/006_logical_decoding.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
my$logical_restart_lsn_pre =$node_master->safe_psql('postgres',
152152
"SELECT restart_lsn from pg_replication_slots WHERE slot_name = '$logical_slot';");
153153
chomp($logical_restart_lsn_pre);
154-
# Slot advance shouldpersists across clean restarts.
154+
# Slot advance shouldpersist across clean restarts.
155155
$node_master->restart;
156156
my$logical_restart_lsn_post =$node_master->safe_psql('postgres',
157157
"SELECT restart_lsn from pg_replication_slots WHERE slot_name = '$logical_slot';");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp