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

Edit
Title pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32
Topic Bug Fixes
Created 2023-02-02 11:57:34
Last modified 2023-04-12 00:15:13 (11 months, 3 weeks ago)
Latest email 2023-04-12 02:19:52 (11 months, 3 weeks ago)
Status
2023-07: Committed
2023-03: Moved to next CF
Target version stable
Authors Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com), Daniel Watzinger (occams)
Reviewers Michael Paquier (michael-kun), Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com)Become reviewer
Committer Michael Paquier (michael-kun)
Links
Emails
pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32
First at 2022-12-16 15:09:21 by Daniel Watzinger <daniel.watzinger at gmail.com>
Latest at 2023-03-15 03:58:28 by Michael Paquier <michael at paquier.xyz>
Latest attachment (v2-0002-improve-detection-file-type-for-WIN32-stat.patch) at 2023-03-09 23:12:37 from Juan José Santamaría Flecha <juanjo.santamaria at gmail.com>
    Attachment (v2-0002-improve-detection-file-type-for-WIN32-stat.patch) at 2023-03-09 23:12:37 from Juan José Santamaría Flecha <juanjo.santamaria at gmail.com> (Patch: Yes)
    Attachment (v1-0001-pg_dump-pg_restore-Fix-stdin-stdout-handling-of-c.patch) at 2022-12-16 23:55:24 from Daniel Watzinger <daniel.watzinger at gmail.com> (Patch: Yes)
    Attachment (v1-0001-pg_dump-pg_restore-Fix-stdin-stdout-handling-of-c.patch) at 2022-12-16 15:09:21 from Daniel Watzinger <daniel.watzinger at gmail.com> (Patch: No)
Fix fseek() detection of unseekable files on WIN32
First at 2023-03-14 12:26:27 by Juan José Santamaría Flecha <juanjo.santamaria at gmail.com>
Latest at 2023-04-12 02:19:52 by Michael Paquier <michael at paquier.xyz>
Latest attachment (v4-0001-fix-fseek-detection-of-unseekable-files-for-WIN32.patch) at 2023-04-11 05:43:25 from Michael Paquier <michael at paquier.xyz>
    Attachment (v4-0001-fix-fseek-detection-of-unseekable-files-for-WIN32.patch) at 2023-04-11 05:43:25 from Michael Paquier <michael at paquier.xyz> (Patch: Yes)
    Attachment (v3-0001-fix-fseek-detection-of-unseekable-files-for-WIN32.patch) at 2023-03-19 11:45:00 from Michael Paquier <michael at paquier.xyz> (Patch: Yes)
    Attachment (v2-0001-fix-fseek-detection-of-unseekable-files-for-WIN32.patch) at 2023-03-15 11:18:25 from Juan José Santamaría Flecha <juanjo.santamaria at gmail.com> (Patch: Yes)
    Attachment (0001-fix-fseek-detection-of-unseekable-files-for-WIN32.patch) at 2023-03-14 12:26:27 from Juan José Santamaría Flecha <juanjo.santamaria at gmail.com> (Patch: Yes)
History
When Who What
2023-04-12 00:15:13 Michael Paquier (michael-kun) Closed in commitfest 2023-07 with status: Committed
2023-04-09 04:21:33 Greg Stark (stark) Closed in commitfest 2023-03 with status: Moved to next CF
2023-03-16 06:33:17 Michael Paquier (michael-kun) Changed targetversion to stable
2023-03-16 06:33:08 Michael Paquier (michael-kun) Changed authors to Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com), Daniel Watzinger (occams)
2023-03-16 06:32:51 Michael Paquier (michael-kun) Attached mail thread CAC+AXB26a4EmxM2suXxPpJaGrqAdxracd7hskLg-zxtPB50h7A@mail.gmail.com
2023-03-16 06:32:12 Michael Paquier (michael-kun) Added michael-kun as committer
2023-03-16 06:32:11 Michael Paquier (michael-kun) Added michael-kun as reviewer
2023-03-09 23:14:36 Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) New status: Needs review
2023-03-09 23:14:19 Juanjo Santamaria Flecha (juanjo.santamaria.gmail.com) Added juanjo.santamaria.gmail.com as reviewer
2023-03-02 07:01:39 Michael Paquier (michael-kun) New status: Waiting on Author
2023-03-01 10:18:19 Peter Eisentraut (petere) Changed authors to Daniel Watzinger (occams)
2023-02-02 11:57:34 Daniel Watzinger (occams) Attached mail thread b1448cd7-871e-20e3-8398-895e2d1d3bf9@gmail.com
2023-02-02 11:57:34 Daniel Watzinger (occams) Created patch record
Edit