1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Remove unused variable in recovery/t/006_logical_decoding.pl.

Author: Daniil Davydov <3danissimo@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAJDiXggmZWew8+SY_9o0atpmaJmPTL25wdz07MrDoqCkp4D1ug@mail.gmail.com
This commit is contained in:
Tom Lane
2025-11-01 14:01:52 -04:00
parent ff8aba65d4
commit b70cafd85f

View File

@@ -21,7 +21,6 @@ $node_primary->append_conf(
wal_level = logical wal_level = logical
)); ));
$node_primary->start; $node_primary->start;
my $backup_name = 'primary_backup';
$node_primary->safe_psql('postgres', $node_primary->safe_psql('postgres',
qq[CREATE TABLE decoding_test(x integer, y text);]); qq[CREATE TABLE decoding_test(x integer, y text);]);