pgsql: Add temp-check, with_temp_install definition - 9.4

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Add temp-check, with_temp_install definition - 9.4
Дата
Msg-id E1ZZQbF-0002Uq-MF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add temp-check, with_temp_install definition - 9.4

Commit fa4a4df93c8c28d5684cacb1677fbd13f58bb9f2 attempted to backpatch
to 9.4 a change to improve the logging of TAP tests.  Unfortunately, due
to how 9.4 and 9.5 had diverged, the backpatch to 9.4 depended on a few
things which didn't exist in 9.4 (but did in 9.5), specifically, the
'temp-check' production and the 'with_temp_install' definition (which
also required 'abs_top_builddir').

Add these definitions into REL9_4_STABLE to allow the TAP tests to run
correctly under 'make check'.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ed476669e998b788770f07338aefd2594ff4cce9

Modified Files
--------------
src/Makefile.global.in |   18 ++++++++++++++++++
1 file changed, 18 insertions(+)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Lock all relations referred to in updatable views
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Remove files signaling a standby promotion request at postmaster