mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fix incorrect format placeholder.
Per buildfarm warnings.
This commit is contained in:
parent
160c025880
commit
b0cf5444f9
@ -476,7 +476,7 @@ FindStreamingStart(uint32 *tli)
|
|||||||
|
|
||||||
if (uncompressed_size != WalSegSz)
|
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);
|
dirent->d_name, uncompressed_size);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user