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:
@@ -21,7 +21,6 @@ $node_primary->append_conf(
|
||||
wal_level = logical
|
||||
));
|
||||
$node_primary->start;
|
||||
my $backup_name = 'primary_backup';
|
||||
|
||||
$node_primary->safe_psql('postgres',
|
||||
qq[CREATE TABLE decoding_test(x integer, y text);]);
|
||||
|
||||
Reference in New Issue
Block a user