pgsql: GIN entry pages follow the standard page layout - tell XLogInser - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: GIN entry pages follow the standard page layout - tell XLogInser
Date
Msg-id E1WZfUU-00082Z-9Q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
GIN entry pages follow the standard page layout - tell XLogInsert.

The entry B-tree pages all follow the standard page layout. The 9.3 code has
this right. I inadvertently changed this at some point during the big
refactorings in git master.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1bd3842163f2b44e29938b5ab158bb6a589ff10c

Modified Files
--------------
src/backend/access/gin/ginentrypage.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Add ANALYZE into regression tests
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove dead checks for invalid left page in ginDeletePage.