OSDN Git Service

Update pg_bigm so that it can work with PostgreSQL 12dev.
authorMasaoFujii <masao.fujii@gmail.com>
Mon, 8 Apr 2019 08:49:39 +0000 (17:49 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Tue, 1 Oct 2019 12:38:13 +0000 (21:38 +0900)
commitc7f0d9c595675a42ebc88a1b6ee5edba2c42ff84
tree37e673228de2b3333fcfc219896b54e573e3a411
parent35326d52e78fc04c58d68907b99cc1c54e84c4be
Update pg_bigm so that it can work with PostgreSQL 12dev.

In PostgreSQL 12dev, commit 4b21acf522 moved the declarations of
relation_open() and relation_close into access/relation.h.
Also commit 578b229718 changed the interface of CreateTemplateTupleDesc().
These changes made pg_bigm fail to be compiled on 12dev.
bigm_gin.c