File tree Expand file tree Collapse file tree 3 files changed +24
-22
lines changed
src/test/modules/test_ddl_deparse Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Original file line number Diff line number Diff line change 1+ /results /
Original file line number Diff line number Diff line change 1+ # src/test/modules/test_ddl_deparse/Makefile
2+
13MODULES = test_ddl_deparse
24PGFILEDESC = "test_ddl_deparse - regression testing for DDL deparsing"
35
46EXTENSION = test_ddl_deparse
57DATA = test_ddl_deparse--1.0.sql
68
7- REGRESS = --schedule=$(srcdir ) /regress_schedule
9+ # test_ddl_deparse must be first
10+ REGRESS = test_ddl_deparse \
11+ create_extension \
12+ create_schema \
13+ create_type \
14+ create_conversion \
15+ create_domain \
16+ create_sequence_1 \
17+ create_table \
18+ alter_table \
19+ create_view \
20+ create_trigger \
21+ create_rule \
22+ comment_on \
23+ alter_function \
24+ alter_sequence \
25+ alter_type_enum \
26+ opfamily \
27+ defprivs \
28+ matviews
29+
830EXTRA_INSTALL = contrib/pg_stat_statements
931
1032ifdef USE_PGXS
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments