Doc: update release note.
authorBo Peng <pengbo@sraoss.co.jp>
Tue, 18 Nov 2025 00:34:08 +0000 (09:34 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Tue, 18 Nov 2025 00:56:09 +0000 (09:56 +0900)
doc.ja/src/sgml/release-4.6.sgml
doc/src/sgml/release-4.6.sgml

index fb1668827103da4c6fd8b0284d76b330d3017c48..be92983ec25ac1e4c70c8c04897542424b134bf2 100644 (file)
@@ -2,7 +2,7 @@
  <title>リリース 4.6.4</title>
  <note>
   <title>リリース日</title>
-  <simpara>2025-11-20</simpara>
+  <simpara>2025-11-25</simpara>
  </note>
 
  <sect2>
  <sect2>
   <title>不具合修正</title>
   <itemizedlist>
+   <listitem>
+    <!--
+    2025-11-16 [b113027dd]
+    -->
+    <para>
+     <command>CopyOut</command>でのセグメンテーションフォルトを修正しました。(Tatsuo Ishii)
+    </para>
+    <para>
+     拡張プロトコルで<command>COPY relname TO STDOUT</command>が実行された場合、<productname>Pgpool-II</productname>がセグフォルトを起こしていました。
+    </para>
+    <para>
+     この問題は<ulink url="https://github.com/tetesh">https://github.com/tetesh</ulink>によって報告されました。
+    </para>
+    <para>
+     ディスカッション: <ulink url="https://github.com/pgpool/pgpool2/issues/133">datanymizer and pg-pool segmentation fault</ulink>
+    </para>
+   </listitem>
    <listitem>
     <!--
     2025-10-03 [b84553bf0]
index 8d9d9c1cf4b6f60fdad3d6aae842913edd47f0e2..8fe3dc8a79d841641884f84ef6386fef76d1b8af 100644 (file)
@@ -2,7 +2,7 @@
  <title>Release 4.6.4</title>
  <note>
   <title>Release Date</title>
-  <simpara>2025-11-20</simpara>
+  <simpara>2025-11-25</simpara>
  </note>
 
  <sect2>
  <sect2>
   <title>Bug fixes</title>
   <itemizedlist>
+   <listitem>
+    <!--
+    2025-11-16 [b113027dd]
+    -->
+    <para>
+     Fix segfault with <command>CopyOut</command>. (Tatsuo Ishii)
+    </para>
+    <para>
+     When <command>COPY relname TO STDOUT</command> is executed in the extended query
+     protocol mode, pgpool segfaulted.
+    </para>
+    <para>
+     This problem is reported by <ulink url="https://github.com/tetesh">https://github.com/tetesh</ulink>.
+    </para>
+    <para>
+     Discussion: <ulink url="https://github.com/pgpool/pgpool2/issues/133">datanymizer and pg-pool segmentation fault</ulink>
+    </para>
+   </listitem>
    <listitem>
     <!--
     2025-10-03 [b84553bf0]