OSDN Git Service

Follow the change in 9.5dev.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 10 Feb 2015 03:43:58 +0000 (12:43 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 3 Apr 2015 07:51:29 +0000 (16:51 +0900)
commit9a8f8b616c1b0a86c15ca371ba98fb2cd883b484
tree9512b69fb940508928ae901cc27c13a3a8a5edad
parent78b3851f4ed6da2fad38fe1f06b4769ec9956d1b
Follow the change in 9.5dev.

In 9.5, the way to initialize ExplainState has been changed. The new
function NewExplainState() takes in the function of old
ExplainInitState(). I decided to follow the code to the 9.5 manner and
make the equivelant of the new function for the older versions.
pg_store_plans.c
pgsp_explain.c
pgsp_explain.h