1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +03:00

Fix compilation problem with assert checking enabled for recent xlog

location feature.
This commit is contained in:
Thomas G. Lockhart
2002-08-05 01:24:16 +00:00
parent 0fe931a3e0
commit ac1a3dcf24
2 changed files with 11 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: xlog.h,v 1.32 2002/08/04 06:26:38 thomas Exp $
* $Id: xlog.h,v 1.33 2002/08/05 01:24:16 thomas Exp $
*/
#ifndef XLOG_H
#define XLOG_H
@@ -176,7 +176,7 @@ typedef struct XLogRecData
} XLogRecData;
/* XLOG directory name */
extern char XLogDir[];
extern char *XLogDir;
extern StartUpID ThisStartUpID; /* current SUI */
extern bool InRecovery;