mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 23:57:18 -04:00
Add missing function prototype, for consistency
This commit is contained in:
parent
e6dce4e439
commit
47a5f3e9da
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue