You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-09-16 09:26:30 +02:00
Make compiler happy
This commit is contained in:
@@ -1543,8 +1543,8 @@ pg_stop_backup(pgBackup *backup)
|
||||
FILE *fp;
|
||||
pgFile *file;
|
||||
size_t len;
|
||||
char *val = NULL;
|
||||
char *stop_backup_query;
|
||||
char *val = NULL;
|
||||
char *stop_backup_query = NULL;
|
||||
|
||||
/*
|
||||
* We will use this values if there are no transactions between start_lsn
|
||||
|
Reference in New Issue
Block a user