"mailtolouis2020-postgres(at)yahoo(dot)com" <mailtolouis2020-postgres(at)yahoo(dot)com> writes:
> remove.c:182: error: XLOG_GIN_INSERT undeclared (first use in this function)
> remove.c:182: error: (Each undeclared identifier is reported only once
> remove.c:182: error: for each function it appears in.)
> remove.c:184: error: XLOG_GIN_VACUUM_PAGE undeclared (first use in this function)
> remove.c:186: error: XLOG_GIN_DELETE_PAGE undeclared (first use in this function)
That stuff got moved to gin_private.h in 9.1 ...
regards, tom lane