Removes unnecessary empty lines

pull/7563/head
gurkanindibay 2024-04-19 11:00:44 +03:00
parent 0f38a29184
commit 43d3b906bb
1 changed files with 0 additions and 6 deletions

View File

@ -177,8 +177,6 @@ alter database "altered_database!'2" owner to CURRENT_USER;
SELECT * FROM public.check_database_on_all_nodes($$altered_database!''2$$) ORDER BY node_type;
reset citus.enable_alter_database_owner;
\c test_alter_db_from_nonmain_db
set citus.log_remote_commands = true;
set citus.grep_remote_commands = "%ALTER DATABASE%";
@ -234,7 +232,6 @@ set citus.log_remote_commands = true;
set citus.grep_remote_commands = "%ALTER DATABASE%";
alter database "altered_database!'2" RESET log_duration;
\c "altered_database!'2" - - :master_port
select name,setting from pg_settings
where name ='log_duration';
@ -245,8 +242,6 @@ select name,setting from pg_settings
select name,setting from pg_settings
where name ='log_duration';
\c regression - - :worker_2_port
set citus.log_remote_commands = true;
set citus.grep_remote_commands = "%ALTER DATABASE%";
@ -262,7 +257,6 @@ select name,setting from pg_settings
select name,setting from pg_settings
where name ='statement_timeout';
\c regression - - :worker_1_port
set citus.log_remote_commands = true;
set citus.grep_remote_commands = "%ALTER DATABASE%";