mirror of https://github.com/citusdata/citus.git
Removes unnecessary empty lines
parent
0f38a29184
commit
43d3b906bb
|
@ -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;
|
SELECT * FROM public.check_database_on_all_nodes($$altered_database!''2$$) ORDER BY node_type;
|
||||||
reset citus.enable_alter_database_owner;
|
reset citus.enable_alter_database_owner;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\c test_alter_db_from_nonmain_db
|
\c test_alter_db_from_nonmain_db
|
||||||
set citus.log_remote_commands = true;
|
set citus.log_remote_commands = true;
|
||||||
set citus.grep_remote_commands = "%ALTER DATABASE%";
|
set citus.grep_remote_commands = "%ALTER DATABASE%";
|
||||||
|
@ -234,7 +232,6 @@ set citus.log_remote_commands = true;
|
||||||
set citus.grep_remote_commands = "%ALTER DATABASE%";
|
set citus.grep_remote_commands = "%ALTER DATABASE%";
|
||||||
alter database "altered_database!'2" RESET log_duration;
|
alter database "altered_database!'2" RESET log_duration;
|
||||||
|
|
||||||
|
|
||||||
\c "altered_database!'2" - - :master_port
|
\c "altered_database!'2" - - :master_port
|
||||||
select name,setting from pg_settings
|
select name,setting from pg_settings
|
||||||
where name ='log_duration';
|
where name ='log_duration';
|
||||||
|
@ -245,8 +242,6 @@ select name,setting from pg_settings
|
||||||
select name,setting from pg_settings
|
select name,setting from pg_settings
|
||||||
where name ='log_duration';
|
where name ='log_duration';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\c regression - - :worker_2_port
|
\c regression - - :worker_2_port
|
||||||
set citus.log_remote_commands = true;
|
set citus.log_remote_commands = true;
|
||||||
set citus.grep_remote_commands = "%ALTER DATABASE%";
|
set citus.grep_remote_commands = "%ALTER DATABASE%";
|
||||||
|
@ -262,7 +257,6 @@ select name,setting from pg_settings
|
||||||
select name,setting from pg_settings
|
select name,setting from pg_settings
|
||||||
where name ='statement_timeout';
|
where name ='statement_timeout';
|
||||||
|
|
||||||
|
|
||||||
\c regression - - :worker_1_port
|
\c regression - - :worker_1_port
|
||||||
set citus.log_remote_commands = true;
|
set citus.log_remote_commands = true;
|
||||||
set citus.grep_remote_commands = "%ALTER DATABASE%";
|
set citus.grep_remote_commands = "%ALTER DATABASE%";
|
||||||
|
|
Loading…
Reference in New Issue