ダウンロードリスト

プロジェクト概要

コメント中にヒント情報を記述することで、SQL文やGUCパラメータを変えずに実行計画を制御します。

システム要件

システム要件が設定されていません

リリース時刻: 2017-05-19 14:28
pg_hint_plan for PostgreSQL 9.3 1.1.4 (5 個のファイル 非表示)

リリースノート

pg_hint_plan 1.1.4 released.

  • A bug that a crash can be caused by SQL queries involving rather complex views or SQL functions. You can easily find the bug by the following steps.
    • CREATE EXTENSION pg_hint_plan;
    • SET pg_hint_plan.enable_hint_table TO on;
    • SELECT * FROM information_schema.columns;

pg_hint_plan 1.1.4 リリースします。

  • 比較的複雑なビューやSQL関数を含むクエリを実行するとサーバーがクラッシュする可能性があります。これは以下の手順で再現できます。
    • CREATE EXTENSION pg_hint_plan;
    • SET pg_hint_plan.enable_hint_table TO on;
    • SELECT * FROM information_schema.columns;

変更履歴

変更履歴はありません