OSDN Git Service

Don't leave partial paths when no parallel hint is specified
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Fri, 14 Feb 2020 05:30:16 +0000 (14:30 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Fri, 14 Feb 2020 07:22:20 +0000 (16:22 +0900)
commit26d0decb8dbb4b75595baafcaca6cab48c0da1c0
tree6272e4ccc6e6ef6abc90ab31442c92618a69bb21
parentb526f3286ac6c79702889fa7c978991bff59b439
Don't leave partial paths when no parallel hint is specified

pg_hint_plan_set_rel_pathlist left partial paths if no parallel hint
is specified, but that behavior leaves indexscan partial paths on
restricted indexes. Remove all partial paths unconditionally.
pg_hint_plan.c