*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.32 2000/11/08 22:09:55 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.33 2000/11/20 16:47:30 petere Exp $
*
*-------------------------------------------------------------------------
*/
-#ifdef XLOG
+#include "postgres.h"
+#ifdef XLOG
#include "xlog_varsup.c"
-
#else
-#include "postgres.h"
-
#include "access/heapam.h"
#include "catalog/catname.h"
#include "storage/proc.h"
*-------------------------------------------------------------------------
*/
-#ifdef XLOG
-
#include "postgres.h"
+#ifdef XLOG
+
#include "access/xlog.h"
#include "access/transam.h"
#include "access/xact.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.93 2000/11/08 22:09:59 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.94 2000/11/20 16:47:31 petere Exp $
*
*-------------------------------------------------------------------------
*/
* buf_table.c -- manages the buffer lookup table
*/
-#ifdef XLOG
+#include "postgres.h"
+#ifdef XLOG
#include "xlog_bufmgr.c"
-
#else
#include
#include
#include
-#include "postgres.h"
#include "executor/execdebug.h"
#include "miscadmin.h"
#include "storage/s_lock.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.34 2000/11/08 22:09:59 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.35 2000/11/20 16:47:32 petere Exp $
*
*-------------------------------------------------------------------------
*/
-#ifdef XLOG
+#include "postgres.h"
+#ifdef XLOG
#include "xlog_localbuf.c"
-
#else
#include
#include
#include
-#include "postgres.h"
-
#include "executor/execdebug.h"
#include "storage/smgr.h"
#include "utils/relcache.h"