pgsql: Add page id to bloom index

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add page id to bloom index
Date: 2016-04-12 15:08:55
Message-ID: E1apzvz-000061-Dk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-12 15:14:13 pgsql: In generic WAL application and replay, ensure page "hole" is alw
Previous Message Tom Lane 2016-04-12 14:53:12 pgsql: Remove unnecessary definition of _WIN64 in libpq/win32.mak.