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 05:05:11 +0000 (14:05 +0900)
commitb8f3e8a5d7d1ca17d2b478c194c9a9fe78d01c6a
treeeb086fe70ac6da84902a1dfba2c116223ca10414
parent647bad47746afec7b58d3a498bce6f36bd9ae984
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