pgsql: Fix oversights in new plpgsql test suite infrastructure.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix oversights in new plpgsql test suite infrastructure.
Дата
Msg-id E1eQFOR-0007Hq-UY@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Use new overflow aware integer operations.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Avoid and detect SIGPIPE race in TAP tests.