Re: pgsql: Fix a pg_dump scenario for platforms where SEEK_CUR != 1. - Mailing list pgsql-committers

From Nathan Bossart
Subject Re: pgsql: Fix a pg_dump scenario for platforms where SEEK_CUR != 1.
Date
Msg-id aD9EuG2IGEEC5oTu@nathan
Whole thread Raw
In response to pgsql: Fix a pg_dump scenario for platforms where SEEK_CUR != 1.  (Noah Misch <noah@leadboat.com>)
List pgsql-committers
On Tue, Jun 03, 2025 at 06:19:37PM +0000, Noah Misch wrote:
> 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.

Whoops, that was a typo.  Thanks for fixing it.

-- 
nathan



pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Fix a pg_dump scenario for platforms where SEEK_CUR != 1.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix incorrect format placeholders