Skip to content
Snippets Groups Projects
Commit 47a5f3e9 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Add missing function prototype, for consistency

parent e6dce4e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment