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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: GIN entry pages follow the standard page layout - tell XLogInser
Date: 2014-04-14 11:55:58
Message-ID: E1WZfUU-00082Z-9Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-04-14 12:34:43 pgsql: Remove dead checks for invalid left page in ginDeletePage.
Previous Message Stephen Frost 2014-04-14 03:35:48 Re: [COMMITTERS] pgsql: Add ANALYZE into regression tests