OSDN Git Service

Add missing function prototype, for consistency
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Jan 2011 20:12:12 +0000 (21:12 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Jan 2011 20:12:12 +0000 (21:12 +0100)
src/backend/replication/basebackup.c

index 2a74c5f..c09700f 100644 (file)
@@ -39,6 +39,7 @@ static void send_int8_string(StringInfoData *buf, int64 intval);
 static void SendBackupHeader(List *tablespaces);
 static void SendBackupDirectory(char *location, char *spcoid);
 static void base_backup_cleanup(int code, Datum arg);
+static void perform_base_backup(const char *backup_label, List *tablespaces);
 
 typedef struct
 {