Skip to content

Commit b70cafd

Browse files
committed
Remove unused variable in recovery/t/006_logical_decoding.pl.
Author: Daniil Davydov <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/CAJDiXggmZWew8+SY_9o0atpmaJmPTL25wdz07MrDoqCkp4D1ug@mail.gmail.com
1 parent ff8aba6 commit b70cafd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
wal_level = logical
2222
));
2323
$node_primary->start;
24-
my $backup_name = 'primary_backup';
2524

2625
$node_primary->safe_psql('postgres',
2726
qq[CREATE TABLE decoding_test(x integer, y text);]);

0 commit comments

Comments
 (0)