We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef02fb1 commit 7ca8c97Copy full SHA for 7ca8c97
src/test/recovery/t/006_logical_decoding.pl
@@ -151,7 +151,7 @@
151
my $logical_restart_lsn_pre = $node_master->safe_psql('postgres',
152
"SELECT restart_lsn from pg_replication_slots WHERE slot_name = '$logical_slot';");
153
chomp($logical_restart_lsn_pre);
154
-# Slot advance should persists across clean restarts.
+# Slot advance should persist across clean restarts.
155
$node_master->restart;
156
my $logical_restart_lsn_post = $node_master->safe_psql('postgres',
157
0 commit comments