mirror of https://github.com/citusdata/citus.git
Fixes pg15 sql
parent
93dab80206
commit
d323ab8c51
|
@ -1,6 +1,5 @@
|
||||||
test: multi_test_helpers multi_test_helpers_superuser
|
test: multi_test_helpers multi_test_helpers_superuser
|
||||||
test: multi_cluster_management
|
test: multi_cluster_management
|
||||||
test: pg15
|
|
||||||
test: create_role_propagation
|
test: create_role_propagation
|
||||||
test: multi_create_fdw
|
test: multi_create_fdw
|
||||||
test: multi_test_catalog_views
|
test: multi_test_catalog_views
|
||||||
|
@ -64,6 +63,7 @@ test: cte_inline recursive_view_local_table values sequences_with_different_type
|
||||||
test: pg13 pg12
|
test: pg13 pg12
|
||||||
# run pg14 sequentially as it syncs metadata
|
# run pg14 sequentially as it syncs metadata
|
||||||
test: pg14
|
test: pg14
|
||||||
|
test: pg15
|
||||||
test: pg15_jsonpath detect_conn_close
|
test: pg15_jsonpath detect_conn_close
|
||||||
test: pg16
|
test: pg16
|
||||||
test: drop_column_partitioned_table
|
test: drop_column_partitioned_table
|
||||||
|
|
Loading…
Reference in New Issue