Skip to content

Commit b0cf544

Browse files
committed
Fix incorrect format placeholder.
Per buildfarm warnings.
1 parent 160c025 commit b0cf544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_receivewal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ FindStreamingStart(uint32 *tli)
476476

477477
if (uncompressed_size != WalSegSz)
478478
{
479-
pg_log_warning("compressed segment file \"%s\" has incorrect uncompressed size %ld, skipping",
479+
pg_log_warning("compressed segment file \"%s\" has incorrect uncompressed size %zu, skipping",
480480
dirent->d_name, uncompressed_size);
481481
continue;
482482
}

0 commit comments

Comments
 (0)