Fix a pg_dump scenario for platforms where SEEK_CUR != 1.

Noah Misch <noah@leadboat.com>

Commit: 0e164eb9f43626dc9e31f4bae26eeb3e8422584a
Author: Noah Misch <noah@leadboat.com>
Date: 2025-06-03T18:18:52Z
Releases: 18.0
Fix a pg_dump scenario for platforms where SEEK_CUR != 1.

POSIX allows such platforms.  Given the lack of complaints, we may not
currently test on such a platform.  This is new in v18 (commit
7d5c83b4e90c7156655f98b7312a30ae5eeb4d27), so no back-patch.

Files

PathChange+/−
src/bin/pg_dump/pg_backup_archiver.c modified +1 −1