Skip to content

Commit 73eb5f2

Browse files
committed
Make compiler happy
1 parent bea0f8e commit 73eb5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,8 +1543,8 @@ pg_stop_backup(pgBackup *backup)
15431543
FILE *fp;
15441544
pgFile *file;
15451545
size_t len;
1546-
char *val = NULL;
1547-
char *stop_backup_query;
1546+
char *val = NULL;
1547+
char *stop_backup_query = NULL;
15481548

15491549
/*
15501550
* We will use this values if there are no transactions between start_lsn

0 commit comments

Comments
 (0)