Downloadliste

Projektbeschreibung

pg_dbms_stats makes fixed planner statistics and manages query plans.

From pg_dbms_stats13, pg_dbms_stats13 has moved to Github. See Github for information on later versions. See OSDN for information on pg_dbms_stats12 and earlier.

pg_dbms_stats : https://github.com/ossc-db/pg_dbms_stats

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2018-04-05 19:25
pgdbmsstats 1.3.10 (11 files Verstecken)

Versionsanmerkungen

Bug fix release of pg_dbms_stats

pg_dbms_stats 1.3.9 and earlier has a bug that can crash a server. It may free memory blocks for statistics in use by planner being triggered by simultaneous ALTERing of tables related to a query currently planning. For example creating a child table of a table involved in the query can cause the problem. Crash caused by this issue is seldom seen on PostgreSQL that is built with --enable-cassert and hardly seen without the option.

PostgreSQL 9.2 support has been removed in this release because of its EOL.

pg_dbms_stats のバグ修正リリースです。

pg_dbms_stats 1.3.9 とそれ以前のバージョンにはサーバをクラッシュさせるバグが存在します。 pg_dbms_stats は実行計画の作成中に問い合わせに含まれるテーブルに関係したテーブルが同時に ALTER されることで、参照中の統計情報のためのメモリ領域を解放することがあります。例えば、問い合わせの対象のテーブルの子テーブルを作成した場合などが該当します。この問題に起因するクラッシュは --enable-cassert オプションを指定してビルドした PostgreSQL では稀に起きますが、そうでない場合はまず起きることはありません。

なお、本リリースではPostgreSQL9.2はEOLを迎えたため、サポート対象から外しています。

Änderungsprotokoll

Keine Änderungsprotokoll