File size in a backup manifest should use uint64, not size_t.

Robert Haas <rhaas@postgresql.org>

Commit: d94cf5ca7fad9cd81af5eac491bfbaf0facb9f6f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2024-10-02T13:59:04Z
Releases: 18.0
File size in a backup manifest should use uint64, not size_t.

size_t is the size of an object in memory, not the size of a file on disk.

Thanks to Tom Lane for noting the error.

Discussion: http://postgr.es/m/1865585.1727803933@sss.pgh.pa.us

Files

Discussion