OSDN Git Service

Fix a bug of Parallel hint
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 18 May 2017 01:28:49 +0000 (10:28 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 18 May 2017 01:28:49 +0000 (10:28 +0900)
commit814d884375b0ca057e0d1fc023147d2d5dab1443
treefff494498712172eab9fda1428f8157a060bda41
parentd1a1695c47593377d1ff345e2398e1822a005b00
Fix a bug of Parallel hint

During manipulation on pathlist of a GatherPath, foreach was mitakenly
used for a loop using list_delete_cell. This leads to a crash with
SEGV.
pg_hint_plan.c