Thread: pgsql: Add page id to bloom index

pgsql: Add page id to bloom index

From
Teodor Sigaev
Date:
Add page id to bloom index

Added to ensure that bloom index pages can be distinguished from other pages
by pg_filedump. Because there wasn't any public/production versions before,
it doesn't pay attention to any compatibility issues.

Per notice from Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/813b456ea21d4cf57b124bf855ec019c7a8099a7

Modified Files
--------------
contrib/bloom/bloom.h   | 19 +++++++++++++++++--
contrib/bloom/blutils.c |  1 +
2 files changed, 18 insertions(+), 2 deletions(-)