From ac1a3dcf24e182a1cc9a136246b7f18a8a64bbd5 Mon Sep 17 00:00:00 2001 From: Thomas G. Lockhart Date: Mon, 5 Aug 2002 01:24:16 +0000 Subject: Fix compilation problem with assert checking enabled for recent xlog location feature. --- src/include/access/xlog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/access') diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 19ff8dd2ce8..4b661f53d32 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -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; -- cgit v1.2.3