Thread: pgsql: Further corrections of mismatching struct and btree SizeOf

pgsql: Further corrections of mismatching struct and btree SizeOf

From
sriggs@postgresql.org (Simon Riggs)
Date:
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)