patch.diff

text/x-diff

Filename: patch.diff
Type: text/x-diff
Part: 0
Message: Re: PG 12 draft release notes

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/release-12.sgml 0 0
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
new file mode 100644
index 57365c5..4c55656
*** a/doc/src/sgml/release-12.sgml
--- b/doc/src/sgml/release-12.sgml
*************** Author: Andrew Dunstan <andrew@dunslane.
*** 2833,2838 ****
--- 2833,2852 ----
         </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>