postgresql/src/backend/optimizer/path
David Rowley 28b3e3905c Revert b6002a796
This removes "Add Result Cache executor node".  It seems that something
weird is going on with the tracking of cache hits and misses as
highlighted by many buildfarm animals.  It's not yet clear what the
problem is as other parts of the plan indicate that the cache did work
correctly, it's just the hits and misses that were being reported as 0.

This is especially a bad time to have the buildfarm so broken, so
reverting before too many more animals go red.

Discussion: https://postgr.es/m/CAApHDvq_hydhfovm4=izgWs+C5HqEeRScjMbOgbpC-jRAeK3Yw@mail.gmail.com
2021-04-01 13:33:23 +13:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
allpaths.c Revert b6002a796 2021-04-01 13:33:23 +13:00
clausesel.c Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 2021-01-21 15:37:23 -05:00
costsize.c Revert b6002a796 2021-04-01 13:33:23 +13:00
equivclass.c Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 2021-01-21 15:37:23 -05:00
indxpath.c Rework planning and execution of UPDATE and DELETE. 2021-03-31 11:52:37 -04:00
joinpath.c Revert b6002a796 2021-04-01 13:33:23 +13:00
joinrels.c Remove [Merge]AppendPath.partitioned_rels. 2021-02-01 14:43:54 -05:00
pathkeys.c Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 2021-01-21 15:37:23 -05:00
tidpath.c Add TID Range Scans to support efficient scanning ranges of TIDs 2021-02-27 22:59:36 +13:00