mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix incorrect format placeholder.
Per buildfarm warnings.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user