[COMMITTERS] pgsql: Add missing clean step to src/test/modules/brin/Makefile.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Add missing clean step to src/test/modules/brin/Makefile.
Дата
Msg-id E1e1xko-0001ih-EL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing clean step to src/test/modules/brin/Makefile.

I noticed the tmp_check subdirectory wasn't getting cleaned up
after a check-world run.  Apparently pgxs.mk will only do this
for you if you've defined REGRESS.  The only other src/test/modules
Makefile that does not set that is snapshot_too_old, and it
does it like this.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f3b45b6738aa4c6b77508e319de9254a2a7b2de7

Modified Files
--------------
src/test/modules/brin/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Use lower-case SGML attribute values
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.