*** pgsql/src/backend/access/gin/ginentrypage.c 2008/05/12 16:06:09 1.14 --- pgsql/src/backend/access/gin/ginentrypage.c 2008/06/08 22:00:46 1.15 *************** *** 8,20 **** * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/access/gin/ginentrypage.c,v 1.13 2008/05/12 00:00:44 alvherre Exp $ *------------------------------------------------------------------------- */ #include "postgres.h" #include "access/gin.h" #include "access/tuptoaster.h" /* * forms tuple for entry tree. On leaf page, Index tuple has --- 8,22 ---- * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/access/gin/ginentrypage.c,v 1.14 2008/05/12 16:06:09 alvherre Exp $ *------------------------------------------------------------------------- */ #include "postgres.h" + #include "access/gin.h" #include "access/tuptoaster.h" + #include "storage/bufmgr.h" /* * forms tuple for entry tree. On leaf page, Index tuple has