We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160c025 commit b0cf544Copy full SHA for b0cf544
src/bin/pg_basebackup/pg_receivewal.c
@@ -476,7 +476,7 @@ FindStreamingStart(uint32 *tli)
476
477
if (uncompressed_size != WalSegSz)
478
{
479
- pg_log_warning("compressed segment file \"%s\" has incorrect uncompressed size %ld, skipping",
+ pg_log_warning("compressed segment file \"%s\" has incorrect uncompressed size %zu, skipping",
480
dirent->d_name, uncompressed_size);
481
continue;
482
}
0 commit comments