Re: BUG #16526: pg_test_fsync in v12 doesn't run in Windows

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: jeff(dot)janes(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16526: pg_test_fsync in v12 doesn't run in Windows
Date: 2020-07-10 01:53:54
Message-ID: 20200710015354.GH11153@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Jul 07, 2020 at 05:25:49PM +0900, Michael Paquier wrote:
> It seems to me that it would be a better idea to just use the binary
> mode for all the open() calls in pg_test_fsync in the long run, which
> is what the attached patch does as there is no control on the data
> written. This way, we avoid any translation that may happen during
> the write. Any thoughts?

I would like to get a second opinion on this one, so for now I have
registered this patch in the CF app:
https://commitfest.postgresql.org/29/2640/
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2020-07-10 02:42:54 BUG #16533: Planner optimisation : range predicate not propagating to joined tables
Previous Message Tom Lane 2020-07-09 20:29:11 Re: BUG #16512: Character considered as a number by regex but can not convert to numeric