]> granicus.if.org Git - postgresql/commit
Finish reverting "recheck_on_update" patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jan 2019 17:07:10 +0000 (12:07 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jan 2019 17:07:10 +0000 (12:07 -0500)
commit1c53c4dec3985512f7f2f53c9d76a5295cd0a2dd
treed73a6f1954718d48d622162c98bfa6ca5ddc2422
parent0944ec54de389b4b8a471ca1f40f1b9d81de1f30
Finish reverting "recheck_on_update" patch.

This reverts commit c203d6cf8 and some follow-on fixes, completing the
task begun in commit 5d28c9bd7.  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
src/backend/access/common/reloptions.c
src/backend/access/heap/heapam.c
src/backend/catalog/index.c
src/backend/utils/cache/relcache.c
src/bin/psql/tab-complete.c
src/include/access/reloptions.h
src/include/utils/rel.h
src/include/utils/relcache.h