[COMMITTERS] pgsql: Fixes in bloom contrib module

2016-04-02 Thread Teodor Sigaev
Fixes in bloom contrib module Looking at result of buildfarm member jaguarundi it seems to me that BloomOptions isn't inited sometime, but I don't see yet how it's possible. Nevertheless, check of signature length's is missed, so, add a limit of it. Also add missed GenericXLogAbort() in case of al

[COMMITTERS] pgsql: Fixes in bloom contrib module missed during review

2016-04-01 Thread Teodor Sigaev
Fixes in bloom contrib module missed during review - macroses llike (var & FLAG) are changed to ((var & FLAG) != 0) - do not copy uninitialized part of notFullPage array to page Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/27f3bbfad46e694fcbf2fa39cb621110d46ec95c