]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix a pg_dump scenario for platforms where SEEK_CUR != 1.
authorNoah Misch <noah@leadboat.com>
Tue, 3 Jun 2025 18:18:52 +0000 (11:18 -0700)
committerNoah Misch <noah@leadboat.com>
Tue, 3 Jun 2025 18:18:52 +0000 (11:18 -0700)
commit0e164eb9f43626dc9e31f4bae26eeb3e8422584a
tree99e39b077691027502da3473491d5e5ca0c05f50
parent73bdcfab35ec0a7eff1a5dd630cbad8e77054547
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.
src/bin/pg_dump/pg_backup_archiver.c