Обсуждение: pgsql: Further corrections of mismatching struct and btree SizeOf

Поиск
Список
Период
Сортировка

pgsql: Further corrections of mismatching struct and btree SizeOf

От
sriggs@postgresql.org (Simon Riggs)
Дата:
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)