PostgreSQL executes queries using cost-based optimizer, and sometimes fails to choose most optimized execution plan or some types of queries. In such cases, pg_hint_plan helps users to guide the planner to choose the plans they want by putting some nstructions - call them hints - in the comments prefixed to the SQL statement body. No need to rewrite statement tself nor change some GUC parameters elsewhere.
pg_hint_plan12 1.3.5 is released.
This is the first version for PostgreSQL 12. Please see the release notes of pg_hint_plan11-1.3.5 for recent bug fixes.
pg_hint_plan12 1.3.5 をリリースします
PostgreSQL 12 向けの最初のバージョンとなります. 直近のバグ修正については pg_hint_plan11-1.3.5 のリリースノートを参照してください.