mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 15:53:13 -05: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:
parent
ff8aba65d4
commit
b70cafd85f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue