pgsql: Fix oversights in new plpgsql test suite infrastructure. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix oversights in new plpgsql test suite infrastructure.
Date
Msg-id E1eQFOR-0007Hq-UY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix oversights in new plpgsql test suite infrastructure.

Fix a couple of minor oversights in commit 632b03da3: the tests
should be run in database "pl_regression" like the other PLs do,
and we should clean up the tests' output cruft during "make clean".

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/997071691f66dfe92e97e6b4e3d29d153317be31

Modified Files
--------------
src/pl/plpgsql/src/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Use new overflow aware integer operations.
Next
From: Noah Misch
Date:
Subject: pgsql: Avoid and detect SIGPIPE race in TAP tests.