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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't disable ccache when building with coverage support
Date: 2019-09-24 08:05:44
Message-ID: E1iCfpQ-0001Pk-6c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2019-09-24 08:32:32 pgsql: Speedup truncations of relation forks.
Previous Message Andres Freund 2019-09-23 22:28:38 pgsql: Fix ExprState's tag to be of type NodeTag rather than Node.