提交 2b1d8bd2 编写于 作者: P Peter Eisentraut

Include postgres.h before checking #ifdef XLOG.

上级 9394d391
......@@ -8,18 +8,16 @@
*
*
* 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"
......
......@@ -9,10 +9,10 @@
*-------------------------------------------------------------------------
*/
#ifdef XLOG
#include "postgres.h"
#ifdef XLOG
#include "access/xlog.h"
#include "access/transam.h"
#include "access/xact.h"
......
......@@ -8,7 +8,7 @@
*
*
* 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 $
*
*-------------------------------------------------------------------------
*/
......@@ -43,10 +43,10 @@
* buf_table.c -- manages the buffer lookup table
*/
#ifdef XLOG
#include "postgres.h"
#ifdef XLOG
#include "xlog_bufmgr.c"
#else
#include <sys/types.h>
......@@ -54,7 +54,6 @@
#include <math.h>
#include <signal.h>
#include "postgres.h"
#include "executor/execdebug.h"
#include "miscadmin.h"
#include "storage/s_lock.h"
......
......@@ -16,15 +16,15 @@
*
*
* 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 <sys/types.h>
......@@ -32,8 +32,6 @@
#include <math.h>
#include <signal.h>
#include "postgres.h"
#include "executor/execdebug.h"
#include "storage/smgr.h"
#include "utils/relcache.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册