From: Bo Peng Date: Tue, 27 Feb 2024 02:28:25 +0000 (+0900) Subject: Doc: add release notes. X-Git-Tag: V4_1_19~2 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5d0c320d71a297ec0fd24ff4056f7c14d6ce87b1;p=pgpool2.git Doc: add release notes. --- diff --git a/doc.ja/src/sgml/release-4.1.sgml b/doc.ja/src/sgml/release-4.1.sgml index 192b1b0ae..5b57dd4f3 100644 --- a/doc.ja/src/sgml/release-4.1.sgml +++ b/doc.ja/src/sgml/release-4.1.sgml @@ -1,6 +1,104 @@ + + リリース 4.1.19 + + リリース日 + 2024-02-29 + + + + 変更点 + + + + + サンプルスクリプトからrestore_commandの設定を削除しました。 (Bo Peng) + + + レプリケーションスロットが有効になっているため、restore_commandは不要です。 + この設定により、フェールオーバーが失敗するケースがあるからです。 + + + + + + + 不具合修正 + + + + + のデフォルト値を修正しました。 (Bo Peng) + + + recovery_userデフォルト値はやと同じである必要があるため、 + デフォルト値を''から'nobody'に変更しました。 + + + + + + + BEGINなどでのの不具合を修正しました。 (Tatsuo Ishii) + + + statement_level_load_balanceが有効な場合、 + が無効であっても、 + BEGIN/END/COMMIT/ABORT/SET/SAVEPOINT/RELEASE SAVEPOINT/DEALLOCATE ALL/DISCARDがプライマリノードとすべてのスタンバイノードに送信されていました。 + これは明らかに間違っているだけでなく、スタンバイノードの1つがリモートネットワークにある場合、速度が低下する原因となります。 + + + load_balance_modeがオフの場合、 + Pgpool-IIはそのようなクエリをプライマリノードにのみ送信するように修正しました。 + + + Reported: https://www.pgpool.net/pipermail/pgpool-general/2024-January/009059.html + + + Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2024-February/004423.html + + + + + + + ドキュメント修正 + + + + + 日本語のWatchdogドキュメントを修正しました。 (Tatsuo Ishii) + + + Watchdog「リーダー」ではなく「マスター」を誤って使用していました。 + + + + + + + 英語のWatchdogドキュメントを修正しました。 (Tatsuo Ishii) + + + PostgreSQL「プライマリ」ではなく「メイン」を誤って使用していました。 + + + + + + リリース 4.1.18 diff --git a/doc/src/sgml/release-4.1.sgml b/doc/src/sgml/release-4.1.sgml index 554f6998a..95956dc50 100644 --- a/doc/src/sgml/release-4.1.sgml +++ b/doc/src/sgml/release-4.1.sgml @@ -1,6 +1,108 @@ + + Release 4.1.19 + + Release Date + 2024-02-29 + + + + Changes + + + + + Remove restore_command from sample scripts. (Bo Peng) + + + Restore_command is not required because replication slot is enabled. + It causes occasional failover failure. + + + + + + + Bug fixes + + + + + Fixed the default values of . (Bo Peng) + + + Because the default value of recovery_user + should be same as and + , I changed the default value + from '' to 'nobody'. + + + + + + + Fixed with BEGIN etc. (Tatsuo Ishii) + + + When statement_level_load_balance is enabled, + BEGIN/END/COMMIT/ABORT/SET/SAVEPOINT/RELEASE SAVEPOINT/DEALLOCATE + ALL/DISCARD were sent to primary node and all standby nodes even if + is off. + This is not only plain wrong but caused slow + down if one of the standby nodes are in remote network. + + + Fix this in that pgpool sends such queries to primary node only when + load_balance_mode is off. + + + Reported: https://www.pgpool.net/pipermail/pgpool-general/2024-January/009059.html + + + Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2024-February/004423.html + + + + + + + Documents + + + + + Fix Japanese watchdog document. (Tatsuo Ishii) + + + It mistakenly used "master" watchdog node instead of "leader". + + + + + + + Fix English watchdog document. (Tatsuo Ishii) + + + It mistakenly used "main" PostgreSQL node instead of "primary". + + + + + + Release 4.1.18