mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Finish reverting "recheck_on_update" patch.
This reverts commitc203d6cf8and some follow-on fixes, completing the task begun in commit5d28c9bd7. If that feature is ever resurrected, the code will look quite a bit different from this, so it seems best to start from a clean slate. The v11 branch is not touched; in that branch, the recheck_on_update storage option remains present, but nonfunctional and undocumented. Discussion: https://postgr.es/m/20190114223409.3tcvejfhlvbucrv5@alap3.anarazel.de
This commit is contained in:
@@ -52,8 +52,7 @@ extern List *RelationGetIndexPredicate(Relation relation);
|
||||
|
||||
typedef enum IndexAttrBitmapKind
|
||||
{
|
||||
INDEX_ATTR_BITMAP_HOT,
|
||||
INDEX_ATTR_BITMAP_PROJ,
|
||||
INDEX_ATTR_BITMAP_ALL,
|
||||
INDEX_ATTR_BITMAP_KEY,
|
||||
INDEX_ATTR_BITMAP_PRIMARY_KEY,
|
||||
INDEX_ATTR_BITMAP_IDENTITY_KEY
|
||||
|
||||
Reference in New Issue
Block a user