Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
fc5c1bbb
Commit
fc5c1bbb
authored
Dec 03, 2012
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Add mode where contrib installcheck runs each module in a separately named database."
This reverts commit
e2b3c21b
.
parent
62656617
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
17 deletions
+1
-17
contrib/dblink/Makefile
contrib/dblink/Makefile
+0
-3
src/Makefile.global.in
src/Makefile.global.in
+0
-9
src/makefiles/pgxs.mk
src/makefiles/pgxs.mk
+1
-5
No files found.
contrib/dblink/Makefile
View file @
fc5c1bbb
...
...
@@ -11,9 +11,6 @@ DATA = dblink--1.1.sql dblink--1.0--1.1.sql dblink--unpackaged--1.0.sql
REGRESS
=
dblink
# the db name is hard-coded in the tests
override
undefine
USE_MODULE_DB
ifdef
USE_PGXS
PG_CONFIG
=
pg_config
PGXS
:=
$(
shell
$(PG_CONFIG)
--pgxs
)
...
...
src/Makefile.global.in
View file @
fc5c1bbb
...
...
@@ -428,15 +428,6 @@ submake-libpgport:
PL_TESTDB
=
pl_regression
CONTRIB_TESTDB
=
contrib_regression
ifneq
($(MODULE_big),)
CONTRIB_TESTDB_MODULE
=
contrib_regression_
$(MODULE_big)
else
ifneq
($(MODULES),)
CONTRIB_TESTDB_MODULE
=
contrib_regression_
$(MODULES)
else
CONTRIB_TESTDB_MODULE
=
contrib_regression
endif
endif
ifdef
NO_LOCALE
NOLOCALE
+=
--no-locale
...
...
src/makefiles/pgxs.mk
View file @
fc5c1bbb
...
...
@@ -240,11 +240,7 @@ distclean maintainer-clean: clean
ifdef
REGRESS
# Select database to use for running the tests
ifdef
USE_MODULE_DB
REGRESS_OPTS
+=
--dbname
=
$(CONTRIB_TESTDB_MODULE)
else
REGRESS_OPTS
+=
--dbname
=
$(CONTRIB_TESTDB)
endif
REGRESS_OPTS
+=
--dbname
=
$(CONTRIB_TESTDB)
# where to find psql for running the tests
PSQLDIR
=
$(bindir)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment