postgresql/contrib/postgres_fdw
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
..
expected Revert b6002a796 2021-04-01 13:33:23 +13:00
sql Revert b6002a796 2021-04-01 13:33:23 +13:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
connection.c Add support for asynchronous execution. 2021-03-31 18:45:00 +09:00
deparse.c Rework planning and execution of UPDATE and DELETE. 2021-03-31 11:52:37 -04:00
option.c Add support for asynchronous execution. 2021-03-31 18:45:00 +09:00
postgres_fdw--1.0--1.1.sql postgres_fdw: Add functions to discard cached connections. 2021-01-26 15:35:54 +09:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Silence compiler warning in non-assert builds. 2021-03-31 16:50:45 -04:00
postgres_fdw.control postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
postgres_fdw.h Add support for asynchronous execution. 2021-03-31 18:45:00 +09:00
shippable.c Replace remaining uses of "whitelist". 2021-01-05 14:00:16 +13:00