pg_hint_plan13 1.3.10 is released. This version only supports PostgreSQL 13.
Some changes are made in this release:
- Revert "Fix handling of unavailable indexes in Scan hints" (a982c26), as this has been causing unwelcome plan instabilities.
- Fix crash when retrieving query hint (Sergei Glukhov: 500ed88). This issue does not exist in PostgreSQL 14 and newer versions.
- Handle better the hint table if the extension is not created (Sami Imseih: dd830f8)
- Add META.json for PGXN distribution (Jeremy Schneider: 47f8231)