diff options
author | Tom Lane | 2021-12-20 19:15:52 +0000 |
---|---|---|
committer | Tom Lane | 2021-12-20 19:15:52 +0000 |
commit | dc9c3b0ff21465fa89d71eecf5e6cc956d647eca (patch) | |
tree | 3c6f695eb5159d9673d3ce749d7a1499ca779c18 /contrib/file_fdw | |
parent | d1029bb5a26cb84b116b0dee4dde312291359f2a (diff) |
Remove dynamic translation of regression test scripts, step 2.
"git mv" all the input/*.source and output/*.source files into
the corresponding sql/ and expected/ directories. Then remove
the pg_regress and Makefile infrastructure associated with
dynamic translation.
Discussion: https://postgr.es/m/1655733.1639871614@sss.pgh.pa.us
Diffstat (limited to 'contrib/file_fdw')
-rw-r--r-- | contrib/file_fdw/Makefile | 2 | ||||
-rw-r--r-- | contrib/file_fdw/expected/.gitignore | 1 | ||||
-rw-r--r-- | contrib/file_fdw/expected/file_fdw.out (renamed from contrib/file_fdw/output/file_fdw.source) | 0 | ||||
-rw-r--r-- | contrib/file_fdw/sql/.gitignore | 1 | ||||
-rw-r--r-- | contrib/file_fdw/sql/file_fdw.sql (renamed from contrib/file_fdw/input/file_fdw.source) | 0 |
5 files changed, 0 insertions, 4 deletions
diff --git a/contrib/file_fdw/Makefile b/contrib/file_fdw/Makefile index 4da9f2d697a..885459d3c16 100644 --- a/contrib/file_fdw/Makefile +++ b/contrib/file_fdw/Makefile @@ -8,8 +8,6 @@ PGFILEDESC = "file_fdw - foreign data wrapper for files" REGRESS = file_fdw -EXTRA_CLEAN = sql/file_fdw.sql expected/file_fdw.out - ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) diff --git a/contrib/file_fdw/expected/.gitignore b/contrib/file_fdw/expected/.gitignore deleted file mode 100644 index a464ad144ff..00000000000 --- a/contrib/file_fdw/expected/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/file_fdw.out diff --git a/contrib/file_fdw/output/file_fdw.source b/contrib/file_fdw/expected/file_fdw.out index 891146fef38..891146fef38 100644 --- a/contrib/file_fdw/output/file_fdw.source +++ b/contrib/file_fdw/expected/file_fdw.out diff --git a/contrib/file_fdw/sql/.gitignore b/contrib/file_fdw/sql/.gitignore deleted file mode 100644 index ebf16fed947..00000000000 --- a/contrib/file_fdw/sql/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/file_fdw.sql diff --git a/contrib/file_fdw/input/file_fdw.source b/contrib/file_fdw/sql/file_fdw.sql index 0ea8b145080..0ea8b145080 100644 --- a/contrib/file_fdw/input/file_fdw.source +++ b/contrib/file_fdw/sql/file_fdw.sql |