pg_hint_plan11 1.3.9 is released. This version only supports PostgreSQL 11. This is the last release of pg_hint_plan for this version of PostgreSQL.
Some changes are made in this version:
- Fix hint stack corruption on ERROR when setting GUCs from Set hints (Michael Paquier: 14ee853)
- Fix crash with IndexScan hints and ordering properties of index AMs (Masahiro Ikeda: a68d79b)
- Reset more aggressively hints for queries executed via extended query protocol (tanujnay112: 9e77aee)
- Add EXPLAIN (COSTS false) to some tests (Masahiro Ikeda: c3bc533)