OSDN Git Service

Don't include access/tuptoaster.h in bigm_gin.c if PostgreSQL 13 or later.
authorMasaoFujii <masao.fujii@gmail.com>
Mon, 30 Sep 2019 03:49:07 +0000 (12:49 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Tue, 1 Oct 2019 12:39:06 +0000 (21:39 +0900)
commit503b7d0bf76ce3f3d94241c234dc0ef3175cae08
tree098f54faa47516e4707bea449084ebdddf6c8a30
parentf036084bbd620d3f05e594c92fb27b7981076e3e
Don't include access/tuptoaster.h in bigm_gin.c if PostgreSQL 13 or later.

Commit 8b94dab066 in PostgreSQL 13dev split tuptoaster.c into three separate
files and removed tuptoaster.h. This commit makes bigm_gin.c include
tuptoaster.h only in PostgreSQL 12 or before.

This commit is necessary for pg_bigm to work with PostgreSQL 13 or later.
bigm_gin.c