OSDN Git Service

Fix behavior of nested planning
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Fri, 14 Feb 2020 04:44:27 +0000 (13:44 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Fri, 14 Feb 2020 07:31:26 +0000 (16:31 +0900)
commiteb2d8f38945415d347e580f8dedaa860ae5bd181
tree3d0f2aaf0f686b4d92d25c6f5d74f996c6162d6f
parent26d0decb8dbb4b75595baafcaca6cab48c0da1c0
Fix behavior of nested planning

Issue: https://github.com/ossc-db/pg_hint_plan/issues/39

When planning is nested by function call, the hints in the function
should affect the corresponding query. Maybe 9599067 introduced
that. Fix the nested planning behavior.
expected/ut-A.out
pg_hint_plan.c
sql/ut-A.sql