Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7ca8c97

Browse files
committed
Fix typo in recently-added TAP test for replication slots
Oversight in commit b0afdca.
1 parent ef02fb1 commit 7ca8c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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 should persists across clean restarts.
154+
# Slot advance should persist 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)