postgresql/contrib/bloom
Tom Lane 8f75fd1f40 Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS.
The code was supposing that rd_amcache wouldn't disappear from under it
during a scan; which is wrong.  Copy the data out of the relcache rather
than trying to reference it there.
2016-04-03 15:16:07 -04:00
..
expected
sql
t
.gitignore
blcost.c
blinsert.c Clean up some stuff in new contrib/bloom module. 2016-04-03 14:17:23 -04:00
bloom--1.0.sql
bloom.control
bloom.h Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 2016-04-03 15:16:07 -04:00
blscan.c Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 2016-04-03 15:16:07 -04:00
blutils.c Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 2016-04-03 15:16:07 -04:00
blvacuum.c Fix condition in e9e441c9fa 2016-04-02 18:38:16 +03:00
blvalidate.c
Makefile