Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix incorrect format placeholder.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Nov 2021 19:32:29 +0000 (14:32 -0500)
committerTom 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

index 89810244cebe725ff5f223c69931ad3ea37041f1..23cf5f8ec74e90f9579be21e22fe3b123cc3b5a5 100644 (file)
@@ -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;
            }