From 551394ff3a35090873f359995568b661c60a7376 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Thu, 25 Jul 2019 21:05:51 -0400 Subject: [PATCH] doc: PG 12 relnotes, add item - pg_test_fsync fix on Windows Reported-by: Laurenz Albe Discussion: https://postgr.es/m/39fd196ca3af345f67595087519268d9da6891b3.camel@cybertec.at Backpatch-through: 12 --- doc/src/sgml/release-12.sgml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 57365c5ca15..4c55656710b 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -2833,6 +2833,20 @@ Author: Andrew Dunstan <andrew@dunslane.net> </para> </listitem> + <listitem> +<!-- +Author: Michael Paquier <michael@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> + Fix <xref linkend="pgtestfsync"/> to report accurate + <literal>open_datasync</literal> durations on + <productname>Windows</productname> (Laurenz Albe) + </para> + </listitem> + </itemizedlist> </sect4> -- GitLab