pgsql: Fixes in bloom contrib module - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: Fixes in bloom contrib module
Date
Msg-id E1amJCN-00065U-6W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 already
deleted page in vacuum + minor code refactoring.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/80afb62db0f118f70367a357cef0509a11112ebb

Modified Files
--------------
contrib/bloom/bloom.h    |  6 ++++++
contrib/bloom/blutils.c  | 11 +++++++----
contrib/bloom/blvacuum.c | 13 +++++++------
3 files changed, 20 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Refer to a TOKEN_USER payload as a "token user, " not as a "user
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Prevent mark as deleted and as 'has free space' page in bloom mo