pgsql: Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.
Date: 2020-09-20 21:08:57
Message-ID: E1kK6Zt-0000uw-6C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.

Can't say if this fixes *all* cases, but at least we get through
the "point" regression test now, which hyrax's last run did not.

Report: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hyrax&dt=2020-09-19%2021%3A27%3A23

Branch
------
master

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

Modified Files
--------------
src/backend/access/gist/gistbuild.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-09-21 07:33:14 pgsql: Update list of acknowledgments in release notes
Previous Message Tom Lane 2020-09-20 14:40:28 Re: pgsql: pg_surgery: Try to stabilize regression tests.