pgsql: Further corrections of mismatching struct and btree SizeOf

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Further corrections of mismatching struct and btree SizeOf
Date: 2010-03-20 07:49:48
Message-ID: 20100320074948.85A0F7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Further corrections of mismatching struct and btree SizeOf macros.
In this case, correction is to remove now unused fields from struct.
Since these were unused and full of garbage anyway, no version change.

Modified Files:
--------------
pgsql/src/include/access:
nbtree.h (r1.132 -> r1.133)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/nbtree.h?r1=1.132&r2=1.133)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-03-20 14:03:32 pgsql: Move server-side languages up one section in the 9.0 release
Previous Message Simon Riggs 2010-03-20 07:47:57 Re: pgsql: Fix oversight in btpo.xact patch; it was in fact installing