pgsql: Clean up temp installations after client program tests.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Clean up temp installations after client program tests.
Дата
Msg-id E1WdlzJ-00048a-GT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up temp installations after client program tests.

Commit 7d0f493f19607774fdccb1a1ea06fdd96a3d9698 added infrastructure
to perform tests in assorted src/bin/ subdirectories, but forgot to
teach "make clean" to clean up the detritus the tests leave behind.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/49137ec9d469f744289d0dfa2487a7fc1ef217cb

Modified Files
--------------
src/bin/initdb/Makefile         |    3 +--
src/bin/pg_basebackup/Makefile  |    1 +
src/bin/pg_config/Makefile      |    1 +
src/bin/pg_controldata/Makefile |    1 +
src/bin/pg_ctl/Makefile         |    1 +
src/bin/scripts/Makefile        |    3 +--
6 files changed, 6 insertions(+), 4 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix race when updating a tuple concurrently locked by another pr
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix off-by-one bug in LWLockRegisterTranche().