OSDN Git Service

Support PostgreSQL 10 beta 1
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 8 Jun 2017 01:10:19 +0000 (10:10 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 8 Jun 2017 02:16:42 +0000 (11:16 +0900)
commitab29b43dc92f061cd0c3f9eb8440a1025806a0c0
treed1f146ffc20e79249b6e117f5801a5554866ff77
parent8001efc4676c0174d72b5a781ede1d1cc49542db
Support PostgreSQL 10 beta 1

Just followed the changes made in PostgreSQL 10. Exnteded statistics
are not supported so far.
12 files changed:
Makefile
doc/export_effective_stats-10.sql.sample [new file with mode: 0644]
doc/export_plain_stats-10.sql.sample [new file with mode: 0644]
expected/init-10.out [new file with mode: 0644]
expected/ut-10.out [new file with mode: 0644]
ext_scripts/pg_dbms_stats--1.3.7-10.sql [new file with mode: 0644]
import.c
input/ut_imp_exp-10.source [new file with mode: 0644]
output/ut_imp_exp-10.source [new file with mode: 0644]
pg_dbms_stats.c
sql/init-10.sql [new file with mode: 0644]
sql/ut-10.sql [new file with mode: 0644]