Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
Cc: Daniel Watzinger <daniel.watzinger@gmail.com>, Daniel Gustafsson <daniel@yesql.se>, pgsql-hackers@postgresql.org
Date: 2023-03-15T03:58:28Z
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
Commits
-
Improve WIN32 port of fstat() to detect more file types
- bbf18fe199c5 14.8 landed
- 69b6032e0d1d 15.3 landed
- 765f5df72691 16.0 landed