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
Modified Files
--------------
contrib/bloom/bloom.h | 12 ++++++++----
contrib/bloom/blvacuum.c | 2 +-
2 files changed, 9 insertions(+), 5 deletions(-)