Skip to content

Commit f858ca3

Browse files
committed
Fix compiler warning
1 parent d1db139 commit f858ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/pg_upgrade/relfilenode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ transfer_all_new_dbs(DbInfoArr *old_db_arr, DbInfoArr *new_db_arr,
125125

126126
static void transfer_compression_files(FileNameMap *map)
127127
{
128-
const char *msg;
129128
char old_file[MAXPGPATH];
130129
char new_file[MAXPGPATH];
131130
struct stat statbuf;

0 commit comments

Comments
 (0)