We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f0a98 commit 5376dfbCopy full SHA for 5376dfb
Makefile
@@ -64,6 +64,8 @@ REGRESS = pathman_array_qual \
64
pathman_utility_stmt \
65
pathman_views \
66
pathman_CVE-2020-14350
67
+
68
+REGRESS := $(filter-out pathman_upd_del, $(REGRESS))
69
endif
70
71
ISOLATION = insert_nodes for_update rollback_on_create_partitions
0 commit comments