OSDN Git Service

Fix to remove plpgsql query string on non-local exit.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 16 Dec 2014 05:45:13 +0000 (14:45 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Wed, 17 Dec 2014 01:49:22 +0000 (10:49 +0900)
commitda636e5edaf894a6dd00482377499862b572daa9
tree9c5f58f693931c5b306bd74141f928bbec1805d7
parente0c4be9d0d5f7cc7dad92d2138e598a28ec2dd03
Fix to remove plpgsql query string on non-local exit.

Pl/pgsql query string stored internally squatted after an execution
error then pg_hint_plan afterward read it for hints and ignores really
given ones. This commit makes it erased at the end of transaction.
pg_hint_plan.c