OSDN Git Service

Silence some compilers
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 8 Mar 2019 04:58:52 +0000 (13:58 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 8 Mar 2019 04:58:52 +0000 (13:58 +0900)
commit6a588354120787e78cfcfaed26c3f67b6f6b9b84
tree49f3e6a55ed15386a540c9a8f3e773bceeefe1a7
parent000c325874cc07eb944447d046a122dcc8642520
Silence some compilers

Some compilers seem to complain about the previous patch, that
prev_hint_str is used uninitialized. Actually it is not but move the
initialization code out of the PG_TRY() section so that such compilers
would be quiet.
pg_hint_plan.c