mirror of https://github.com/citusdata/citus.git
Fixes test errors after rebase
parent
1a1b633d55
commit
3220bd9c47
|
@ -1342,6 +1342,9 @@ citus_update_node(PG_FUNCTION_ARGS)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
*/
|
||||||
Datum
|
Datum
|
||||||
citus_pause_node_within_txn(PG_FUNCTION_ARGS)
|
citus_pause_node_within_txn(PG_FUNCTION_ARGS)
|
||||||
{
|
{
|
||||||
|
|
|
@ -339,5 +339,5 @@ ORDER BY 1;
|
||||||
view citus_stat_tenants_local
|
view citus_stat_tenants_local
|
||||||
view pg_dist_shard_placement
|
view pg_dist_shard_placement
|
||||||
view time_partitions
|
view time_partitions
|
||||||
(331 rows)
|
(329 rows)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue