OSDN Git Service

Use standard way of deleteing list cell
authorMaxim Orlov <m.orlov@postgrespro.ru>
Wed, 19 Jan 2022 01:16:27 +0000 (10:16 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 19 Jan 2022 01:16:27 +0000 (10:16 +0900)
commitb28fc4aa90f26c769d0c058058093e4b89cabe4f
tree435297de8dfff85f82ff5022bcfbbbaf6f0ce982
parent9e2f8b6127c0f0cf9204529b2e83d967876f0ae1
Use standard way of deleteing list cell

When the list implementation was changed, pg_hint_plan followed that
change by modifying existing use-side code.  Use instead
foreach_delete_current, which is the standard provided API to do the
same.
pg_hint_plan.c