1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Remove add_table test because it's very slow and tends to fail
https://github.com/2ndQuadrant/pglogical/issues/126
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ OBJS = pglogical_apply.o pglogical_confl
SCRIPTS_built = pglogical_create_subscriber
REGRESS = preseed infofuncs init_fail init preseed_check basic extended conflict_secondary_unique \
- toasted replication_set add_table matview bidirectional primary_key \
+ toasted replication_set matview bidirectional primary_key \
interfaces foreign_key functions copy sequence triggers parallel row_filter \
row_filter_sampling att_list column_filter apply_delay multiple_upstreams \
node_origin_cascade drop
|