Skip to content

Commit 007c932

Browse files
committed
"Fix" test_ddl_deparse regress test schedule
MSVC is not smart enough to figure it out, so dumb down the Makefile and remove the schedule file. Also add a .gitignore file. Author: Michael Paquier
1 parent e8c1926 commit 007c932

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/results/

src/test/modules/test_ddl_deparse/Makefile

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
1+
# src/test/modules/test_ddl_deparse/Makefile
2+
13
MODULES = test_ddl_deparse
24
PGFILEDESC = "test_ddl_deparse - regression testing for DDL deparsing"
35

46
EXTENSION = test_ddl_deparse
57
DATA = 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+
830
EXTRA_INSTALL = contrib/pg_stat_statements
931

1032
ifdef USE_PGXS

src/test/modules/test_ddl_deparse/regress_schedule

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy