| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Allow make check in PL directories |
| Date: | 2011-02-15 04:52:35 |
| Message-ID: | E1PpCtv-0005bz-B3@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Allow make check in PL directories
Also add make check-world target, and refactor pg_regress invocation
code in makefiles a bit.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/2fd77060a2db814146cf1f6cf77755a4b4fd9a80
Modified Files
--------------
GNUmakefile.in | 5 ++++-
Makefile | 2 +-
src/Makefile.global.in | 16 +++++++++++++---
src/makefiles/pgxs.mk | 8 +++-----
src/pl/plperl/.gitignore | 2 ++
src/pl/plperl/GNUmakefile | 8 +++++---
src/pl/plpython/.gitignore | 2 ++
src/pl/plpython/Makefile | 13 +++++++++----
src/pl/tcl/.gitignore | 2 ++
src/pl/tcl/Makefile | 8 +++++---
src/test/regress/GNUmakefile | 17 ++++++++---------
src/test/regress/pg_regress.c | 2 +-
12 files changed, 55 insertions(+), 30 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Karl | 2011-02-15 06:14:10 | pgtcl - libpgtcl: * Removed arrVar variable and setting of it in |
| Previous Message | Robert Haas | 2011-02-15 04:40:21 | pgsql: Avoid a few more SET DATA TYPE table rewrites. |