sh ./pg_regress.sh --dbname=regress1 --debug--temp-install--top-builddir=$(top_builddir)--temp-port=$(TEMP_PORT)--listen-on-tcp--multibyte=$(MULTIBYTE)--load-language=plpgsql $(NOLOCALE)
sh ./pg_regress.sh --dbname=regress1 --debug--temp-install--top-builddir=$(top_builddir)--temp-port=$(TEMP_PORT)--multibyte=$(MULTIBYTE)--load-language=plpgsql $(NOLOCALE)
check:all test
# the same options, but with --listen-on-tcp
checktcp:all pg_regress.inc.sh
sh ./pg_regress.sh --dbname=regress1 --debug--temp-install--top-builddir=$(top_builddir)--temp-port=$(TEMP_PORT)--multibyte=$(MULTIBYTE)--load-language=plpgsql $(NOLOCALE)--listen-on-tcp