Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
Cc: Daniel Watzinger <daniel(dot)watzinger(at)gmail(dot)com>, Daniel Gustafsson <daniel(at)yesql(dot)se>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32
Date: 2023-03-15 03:58:28
Message-ID: ZBFCZPdO1AEF7IGK@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 14, 2023 at 01:47:09PM +0100, Juan José Santamaría Flecha wrote:
> I have just posted a patch to enforce the detection of unseekable streams
> in the fseek() calls [1], please feel free to review it.

Thanks. I have been able to get around 0001 to fix _pgfstat64() and
applied it down to v14 where this code has been introduced. Now to
the part about fseek() and ftello()..
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-03-15 04:09:34 Re: psql \watch 2nd argument: iteration count
Previous Message Amit Kapila 2023-03-15 03:42:20 Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher