pgsql: Fix oversights in new plpgsql test suite infrastructure.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix oversights in new plpgsql test suite infrastructure.
Date: 2017-12-16 16:32:55
Message-ID: E1eQFOR-0007Hq-UY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2017-12-16 18:05:36 pgsql: Avoid and detect SIGPIPE race in TAP tests.
Previous Message David Rowley 2017-12-16 11:57:59 Re: pgsql: Use new overflow aware integer operations.