[Pgbigm-hackers] compilation failure

アーカイブの一覧に戻る

Fujii Masao masao****@gmail*****
2016年 1月 26日 (火) 00:30:56 JST


On Tue, Jan 26, 2016 at 12:00 AM, Fujii Masao <masao****@gmail*****> wrote:
> Hi,
>
> The commit 65c5fcd of PostgreSQL caused the compilation of pg_bigm to fail
> as follows.
>
>   bigm_gin.c:384:30: error: use of undeclared identifier 'GIN_AM_OID'
>                   indexRel->rd_rel->relam != GIN_AM_OID)
>                                              ^
>   bigm_gin.c:459:25: error: use of undeclared identifier 'GIN_AM_OID'
>                   rel->rd_rel->relam != GIN_AM_OID)
>                                         ^
>   2 errors generated.
>
> The attached patch adds the missing #include in order to fix this compilation
> failure.
>
> This patch needs to be back-patched to REL1_1_STABLE.

Pushed.

Regards,

-- 
Fujii Masao




Pgbigm-hackers メーリングリストの案内
アーカイブの一覧に戻る