OSDN Git Service

Followed the changes of 9.5.0 release.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 15 Jan 2016 00:28:29 +0000 (09:28 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 15 Jan 2016 02:54:15 +0000 (11:54 +0900)
commit95b5f892eebda65ab17ba127cdd57ea88ecc07c6
tree15afbfc7bd0c126b98dbb4e92cf3117e0c2547b7
parent0b6cf4b04edb41944f9baf2e3691f9e6b17062fe
Followed the changes of 9.5.0 release.

There was some changes in 9.5.0 release affect
pg_hint_plan. set_append_rel_pathlist() no longer sets cheapest path
and it became a business of the caller. So rebuild_scan_path() does
so. core.c gets changed from changing lateral join infrastracture
(acfcd45cacb6df23edba4cb3753a2be594238a99) and a change related to custom path(c2ea2285e978d9289084846a3343cef7d261d880).
core.c
pg_hint_plan.c