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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy