*** pgsql/src/include/access/hio.h 2008/01/01 19:45:56 1.35 --- pgsql/src/include/access/hio.h 2008/06/19 00:46:06 1.36 *************** *** 7,13 **** * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.34 2007/01/05 22:19:51 momjian Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.35 2008/01/01 19:45:56 momjian Exp $ * *------------------------------------------------------------------------- */ *************** *** 15,21 **** #define HIO_H #include "access/htup.h" ! #include "utils/rel.h" #include "storage/buf.h" extern void RelationPutHeapTuple(Relation relation, Buffer buffer, --- 15,21 ---- #define HIO_H #include "access/htup.h" ! #include "utils/relcache.h" #include "storage/buf.h" extern void RelationPutHeapTuple(Relation relation, Buffer buffer,