OSDN Git Service

Support PostgreSQL 13.
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 6 Aug 2020 11:18:05 +0000 (20:18 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 6 Aug 2020 11:18:05 +0000 (20:18 +0900)
commit7ed93ce189ffc9f4cf73a6f21582b4760917c895
tree77309a5afa7ae52db6aa367e32980aa71017860f
parenta9abbbd08b7dc58998bf0ecf188ea3c3ece87fc0
Support PostgreSQL 13.

- Follow change of some planner functions.

- Follow a change of the semantics of List.

- Take in changes in copied core code.

- Adjust regression tests.
  Amost all of the differences are come from aliasing policy, and some
  come from a new GUC parameter.
core.c
expected/init.out
expected/pg_hint_plan.out
expected/ut-A.out
expected/ut-J.out
expected/ut-L.out
expected/ut-R.out
expected/ut-S.out
expected/ut-W.out
pg_hint_plan.c