00001 /*------------------------------------------------------------------------- 00002 * 00003 * basebackup.h 00004 * Exports from replication/basebackup.c. 00005 * 00006 * Portions Copyright (c) 2010-2013, PostgreSQL Global Development Group 00007 * 00008 * src/include/replication/basebackup.h 00009 * 00010 *------------------------------------------------------------------------- 00011 */ 00012 #ifndef _BASEBACKUP_H 00013 #define _BASEBACKUP_H 00014 00015 #include "nodes/replnodes.h" 00016 00017 extern void SendBaseBackup(BaseBackupCmd *cmd); 00018 00019 #endif /* _BASEBACKUP_H */