HomeFreeBSD

Mark BROKEN

Description

Mark BROKEN

src/pgroonga.c:77:6: error: redefinition of 'PGrnGroongaInitialized' with a different type: 'bool' vs 'bool' (aka 'char')
bool PGrnGroongaInitialized = false;

^

src/pgroonga.h:94:13: note: previous declaration is here
extern bool PGrnGroongaInitialized;

^

src/pgroonga.c:7094:1: error: conflicting types for 'PGrnIndexIsPGroonga'
PGrnIndexIsPGroonga(Relation index)
^
src/pgroonga.h:97:6: note: previous declaration is here
bool PGrnIndexIsPGroonga(Relation index);

^

Reported by: pkg-fallout

Details

Provenance
antoineAuthored on
Parents
rP501231: Revert 501173, it's obviously incomplete
Branches
Unknown
Tags
Unknown