pg_hint_plan13 1.3.9 is released. This version only supports PostgreSQL 13.
Some changes are made in this release:
- Fix hint stack corruption on ERROR when setting GUCs from Set hints (Michael Paquier: 28c2019)
- Fix crash with IndexScan hints and ordering properties of index AMs (Masahiro Ikeda: bed874e)
- Fix handling of unavailable indexes in Scan hints (Sami Imseih: 05300ab)
- Reset more aggressively hints for queries executed via extended query protocol (tanujnay112: 257259e)
- Add EXPLAIN (COSTS false) to some tests (Masahiro Ikeda: e309950)