1 /*-------------------------------------------------------------------------
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
11 *-------------------------------------------------------------------------
17 * Functions called from postmaster
20 extern int pgarch_start(void);
23 extern void PgArchiverMain(int argc
, char *argv
[]);
26 #endif /* _PGARCH_H */