diff options
Diffstat (limited to 'src/include/access/xlog.h')
| -rw-r--r-- | src/include/access/xlog.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index e4f5b7182c..d0ff1d99f5 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.47 2004/01/06 17:26:23 neilc Exp $ + * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.48 2004/01/19 19:04:40 tgl Exp $ */ #ifndef XLOG_H #define XLOG_H @@ -222,7 +222,4 @@ extern XLogRecPtr GetRedoRecPtr(void); */ extern XLogRecPtr GetUndoRecPtr(void); -extern const char *assign_xlog_sync_method(const char *method, - bool doit, bool interactive); - #endif /* XLOG_H */ |
