postgresql/contrib/postgres_fdw
Etsuro Fujita 449d0a8550 postgres_fdw: Fix test for cached costs in estimate_path_cost_size().
estimate_path_cost_size() failed to re-use cached costs when the cached
startup/total cost was 0, so it calculated the costs redundantly.

This is an oversight in commit aa09cd242f; but apply the patch to HEAD
only because there are no reports of actual trouble from that.

Author: Etsuro Fujita
Discussion: https://postgr.es/m/5C4AF3F3.4060409%40lab.ntt.co.jp
2019-01-29 12:27:13 +09:00
..
expected In the planner, replace an empty FROM clause with a dummy RTE. 2019-01-28 17:54:23 -05:00
sql Disable WAL-skipping optimization for COPY on views and foreign tables 2018-12-23 16:42:22 +09:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
connection.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
deparse.c Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
option.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c postgres_fdw: Fix test for cached costs in estimate_path_cost_size(). 2019-01-29 12:27:13 +09:00
postgres_fdw.control Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
shippable.c Update copyright for 2019 2019-01-02 12:44:25 -05:00