OSDN Git Service

1.5.0 beta 1, Support PostgreSQL 13 REL13_1_5_0_BETA1
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 6 Aug 2020 14:40:57 +0000 (23:40 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 6 Aug 2020 14:40:57 +0000 (23:40 +0900)
commit89c5219c93581207fcdb607ba344239f0dc8680e
treedab5fcd964af36e95c7574d75c95e5435ebe6655
parent189679776c4015a9fc0270b2a373f5713b21b292
1.5.0 beta 1, Support PostgreSQL 13

Supports PostgreSQL 13.

- Follow API change of planner_hook.
- Remove useless code.
- Adjust regression tests.
- Disable one test item no longer doable.
13 files changed:
Makefile
SPECS/pg_dbms_stats13.spec [moved from SPECS/pg_dbms_stats12.spec with 69% similarity]
doc/export_effective_stats-13.sql.sample [moved from doc/export_effective_stats-12.sql.sample with 100% similarity]
doc/export_plain_stats-13.sql.sample [moved from doc/export_plain_stats-12.sql.sample with 100% similarity]
expected/init.out [moved from sql/init-12.sql with 94% similarity]
expected/ut.out [moved from expected/ut-12.out with 84% similarity]
input/ut_imp_exp.source [moved from input/ut_imp_exp-12.source with 68% similarity]
output/ut_imp_exp.source [moved from output/ut_imp_exp-12.source with 71% similarity]
pg_dbms_stats--1.5.0b1.sql [moved from pg_dbms_stats--1.4.0.sql with 100% similarity]
pg_dbms_stats.c
pg_dbms_stats.control
sql/init.sql [moved from expected/init-12.out with 94% similarity]
sql/ut.sql [moved from sql/ut-12.sql with 98% similarity]