OSDN Git Service

Support PostgreSQL 10 beta 1 step 1/2
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 6 Jun 2017 10:23:17 +0000 (19:23 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 6 Jun 2017 11:04:59 +0000 (20:04 +0900)
commit9382913ddd0eadfa151413ec72325629a82f53ca
tree2d95eee12ba397761d04af790fbc37f869caea0c
parentd4f559dea93e8022d2915da1a53f939127dacc53
Support PostgreSQL 10 beta 1 step 1/2

The first half of the work to support PostgreSQL 10.

This just makes it can work with the version of PG. So partial index
paths are lost during Parallel hint processing.  Regression tests are
heavily modified but most of them just comes from the change of
original planner behavior introduced at the point of Pg10.
14 files changed:
core.c
expected/init.out
expected/pg_hint_plan.out
expected/ut-A.out
expected/ut-G.out
expected/ut-J.out
expected/ut-L.out
expected/ut-R.out
expected/ut-S.out
expected/ut-W.out
expected/ut-init.out
pg_hint_plan.c
sql/pg_hint_plan.sql
sql/ut-W.sql