On Fri, Nov 7, 2025 at 3:13 PM Michael Paquier <[email protected]> wrote: > There is a cc.sizeof(), which I guess should be enough to report the > size of off_t, and fail if we try a size larger than 4GB for the > segment file when a 4-byte off_t is detected.
(It's signed per POSIX and on Windows so I assume you meant to write 2GB here.)
