Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
fc5c1bbb
Commit
fc5c1bbb
authored
12 years ago
by
Andrew Dunstan
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Add mode where contrib installcheck runs each module in a separately named database."
This reverts commit
e2b3c21b
.
parent
62656617
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/dblink/Makefile
+0
-3
0 additions, 3 deletions
contrib/dblink/Makefile
src/Makefile.global.in
+0
-9
0 additions, 9 deletions
src/Makefile.global.in
src/makefiles/pgxs.mk
+1
-5
1 addition, 5 deletions
src/makefiles/pgxs.mk
with
1 addition
and
17 deletions
contrib/dblink/Makefile
+
0
−
3
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
un
define
USE_MODULE_DB
ifdef
USE_PGXS
PG_CONFIG
=
pg_config
PGXS
:=
$(
shell
$(
PG_CONFIG
)
--pgxs
)
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.global.in
+
0
−
9
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
...
...
This diff is collapsed.
Click to expand it.
src/makefiles/pgxs.mk
+
1
−
5
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment