On Sat, 2019-05-11 at 16:33 -0400, Bruce Momjian wrote: > I have posted a draft copy of the PG 12 release notes here:
I wonder if commits 0ba06e0bf and 40cfe8606 are worth mentioning in the release notes. They make "pg_test_fsync" work correctly on Windows for the first time. Yours, Laurenz Albe
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 71f60d6961..e69d4955ce 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -2965,10 +2965,24 @@ Author: Andres Freund <and...@anarazel.de> Require a C99-supported compiler, and <acronym>MSVC</acronym> 2013 or later on <productname>Windows</productname> (Andres Freund) </para> </listitem> + <listitem> +<!-- +Author: Michael Paquier <mich...@paquier.xyz> +2018-09-14 [0ba06e0bf] Allow concurrent-safe open() and fopen() in frontend +2018-09-20 [40cfe8606] Enforce translation mode for Windows frontends to text +--> + + <para> + Use the same functions to open files in frontend and backend code + on <productname>Windows</productname>, thus fixing the "open_datasync" + test in "pg_test_fsync" (Laurenz Albe) + </para> + </listitem> + </itemizedlist> </sect3> <sect3>