pg_hint_plan12 1.3.9 is released. This version only supports PostgreSQL 12.
Some changes are made in this release:
- Fix hint stack corruption on ERROR when setting GUCs from Set hints (Michael Paquier: 253c6be)
- Fix crash with IndexScan hints and ordering properties of index AMs (Masahiro Ikeda: dfb7d34)
- Reset more aggressively hints for queries executed via extended query protocol (tanujnay112: 4d274fb)
- Add EXPLAIN (COSTS false) to some tests (Masahiro Ikeda: ae955e3)