pgsql: Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely
Date: 2007-07-15 23:47:13
Message-ID: 20070715234713.53CE69FB2D1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing
a warning but was outright wrong.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/contrib/pgstattuple:
pgstatindex.c (r1.2.2.1 -> r1.2.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstatindex.c.diff?r1=1.2.2.1&r2=1.2.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-15 23:57:13 pgsql: Get rid of overly cute, unportable, probably not very efficient
Previous Message Tom Lane 2007-07-15 23:46:20 pgsql: Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely