postgresql/contrib/bloom
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage()
The reverted changes were intended to force a choice of whether any
newly-added BufferGetPage() calls needed to be accompanied by a
test of the snapshot age, to support the "snapshot too old"
feature.  Such an accompanying test is needed in about 7% of the
cases, where the page is being used as part of a scan rather than
positioning for other purposes (such as DML or vacuuming).  The
additional effort required for back-patching, and the doubt whether
the intended benefit would really be there, have indicated it is
best just to rely on developers to do the right thing based on
comments and existing usage, as we do with many other conventions.

This change should have little or no effect on generated executable
code.

Motivated by the back-patching pain of Tom Lane and Robert Haas
2016-04-20 08:31:19 -05:00
..
expected Improve contrib/bloom regression test using code coverage info. 2016-04-10 13:12:24 -04:00
sql Improve contrib/bloom regression test using code coverage info. 2016-04-10 13:12:24 -04:00
t Bloom index contrib module 2016-04-01 16:42:24 +03:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
blcost.c Bloom index contrib module 2016-04-01 16:42:24 +03:00
blinsert.c Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
bloom--1.0.sql Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Add page id to bloom index 2016-04-12 18:03:01 +03:00
blscan.c Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
blutils.c Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
blvacuum.c Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
blvalidate.c Bloom index contrib module 2016-04-01 16:42:24 +03:00
Makefile Bloom index contrib module 2016-04-01 16:42:24 +03:00