Finish reverting "recheck_on_update" patch.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/reloptions.c | modified | +1 −44 |
| src/backend/access/heap/heapam.c | modified | +7 −102 |
| src/backend/catalog/index.c | modified | +2 −3 |
| src/backend/utils/cache/relcache.c | modified | +7 −111 |
| src/bin/psql/tab-complete.c | modified | +2 −2 |
| src/include/access/reloptions.h | modified | +0 −2 |
| src/include/utils/relcache.h | modified | +1 −2 |
| src/include/utils/rel.h | modified | +1 −11 |
Discussion
- Surjective functional indexes 99 messages · 2017-05-25 → 2019-01-15