Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
160c025
)
Fix incorrect format placeholder.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 8 Nov 2021 19:32:29 +0000
(14:32 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 8 Nov 2021 19:32:29 +0000
(14:32 -0500)
Per buildfarm warnings.
src/bin/pg_basebackup/pg_receivewal.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_receivewal.c
b/src/bin/pg_basebackup/pg_receivewal.c
index 89810244cebe725ff5f223c69931ad3ea37041f1..23cf5f8ec74e90f9579be21e22fe3b123cc3b5a5 100644
(file)
--- a/
src/bin/pg_basebackup/pg_receivewal.c
+++ b/
src/bin/pg_basebackup/pg_receivewal.c
@@
-476,7
+476,7
@@
FindStreamingStart(uint32 *tli)
if (uncompressed_size != WalSegSz)
{
- 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",
dirent->d_name, uncompressed_size);
continue;
}