Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / postmaster / pgarch.h
blobe7fffb1200a50765deec8978d878a60722964066
1 /*-------------------------------------------------------------------------
3 * pgarch.h
4 * Exports from postmaster/pgarch.c.
6 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * $PostgreSQL$
11 *-------------------------------------------------------------------------
13 #ifndef _PGARCH_H
14 #define _PGARCH_H
16 /* ----------
17 * Functions called from postmaster
18 * ----------
20 extern int pgarch_start(void);
22 #ifdef EXEC_BACKEND
23 extern void PgArchiverMain(int argc, char *argv[]);
24 #endif
26 #endif /* _PGARCH_H */