OSDN Git Service

Follow the change of ExplainState.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Mon, 9 Feb 2015 03:01:36 +0000 (12:01 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 3 Apr 2015 06:14:06 +0000 (15:14 +0900)
commit6819c84350ea599988440c5c07becfe56c71723a
tree81faca454479ff3d6f87ace061563ea5c7213ce9
parente5dd238b0eba4ddacb7fa0f845cbc95b2608e44b
Follow the change of ExplainState.

ExplainState was changed at 9.4.1 and 9.3.6. This change breaks where
using es->grouping_stack so change the way to access it so that one
source supports both before and after the change was made. After all,
for instance, PG 9.4.0 and 9.4.1 cannot be able to share the same
pg_store_plans binary.
pgsp_explain.c