Skip to content

Commit

Permalink
Removed PL/pgSQL from regression tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvondra committed Apr 3, 2012
1 parent 0bb89cf commit 1b3efa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ PG91 = $(shell $(PG_CONFIG) --version | grep -qE " 8\.| 9\.0" && echo no

TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test --load-language=plpgsql
REGRESS_OPTS = --inputdir=test

PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

0 comments on commit 1b3efa6

Please sign in to comment.