*** pgsql/src/backend/access/transam/xlogutils.c 2008/05/12 16:06:09 1.53 --- pgsql/src/backend/access/transam/xlogutils.c 2008/06/08 22:00:47 1.54 *************** *** 11,24 **** * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.52 2008/05/12 00:00:46 alvherre Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" #include "access/xlogutils.h" ! #include "storage/bufpage.h" #include "storage/smgr.h" #include "utils/hsearch.h" --- 11,24 ---- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.53 2008/05/12 16:06:09 alvherre Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" #include "access/xlogutils.h" ! #include "storage/bufmgr.h" #include "storage/smgr.h" #include "utils/hsearch.h"