ダウンロードリスト

プロジェクト概要

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

システム要件

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

リリース時刻: 2017-05-19 14:52
pg_hint_plan for PostgreSQL 9.6 1.2.1 (3 個のファイル 非表示)

リリースノート

pg_hint_plan 1.2.1 released.

  • Two crash bugs are fixed.
    • 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;
  • Parallel hint can cause a crash

pg_hint_plan 1.2.1 リリースします。

  • バグを2件修正しています
    • 比較的複雑なビューやSQL関数を含むクエリを実行するとサーバーがクラッシュする可能性があります。これは以下の手順で再現できます。
      • CREATE EXTENSION pg_hint_plan;
      • SET pg_hint_plan.enable_hint_table TO on;
      • SELECT * FROM information_schema.columns;
  • Parallel ヒントを使った際にクラッシュする可能性があります。

変更履歴

変更履歴はありません