*** pgsql/src/include/access/xlog.h 2010/04/12 09:52:29 1.106 --- pgsql/src/include/access/xlog.h 2010/04/18 18:06:07 1.107 *************** *** 6,12 **** * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.105 2010/04/01 00:43:29 rhaas Exp $ */ #ifndef XLOG_H #define XLOG_H --- 6,12 ---- * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.106 2010/04/12 09:52:29 heikki Exp $ */ #ifndef XLOG_H #define XLOG_H *************** extern void xlog_desc(StringInfo buf, ui *** 278,283 **** --- 278,284 ---- extern void issue_xlog_fsync(int fd, uint32 log, uint32 seg); + extern bool XLogConsistentState(void); extern bool RecoveryInProgress(void); extern bool XLogInsertAllowed(void); extern TimestampTz GetLatestXLogTime(void);