pgsql: Don't disable ccache when building with coverage support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Don't disable ccache when building with coverage support
Дата
Msg-id E1iCfpQ-0001Pk-6c@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't disable ccache when building with coverage support

This was working around a bug in ccache that was fixed in ccache
3.2.2 (released 2015-05-10).  (Users of older ccache versions can
continue to set CCACHE_DISABLE themselves.)

Discussion: https://www.postgresql.org/message-id/20190530191130.GA24528@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2e5c83acbb7b3916037b3e3a2f81ced10d413a3e

Modified Files
--------------
src/Makefile.global.in | 5 -----
1 file changed, 5 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix ExprState's tag to be of type NodeTag rather than Node.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Speedup truncations of relation forks.