E.16. Postgres Pro Standard 13.8.2
Release Date: 2022-10-11
E.16.1. Overview
This release is based onPostgres Pro Standard 13.8.1 and provides the following change:
Fixed an issue with queries that could time out due to long lock waits. Previously, index type names were locked in temporary tables during index creation.
E.16.2. Migration to Version 13.8.2
If you are upgrading fromPostgres Pro Standard based on the samePostgreSQL major version, it is enough to install the new version into your current installation directory.
When upgrading fromPostgres Pro versions 13.2.1 or lower, rebuild indexes containing at least one included column of type for which the collation was defined in the table.
If you are upgrading fromPostgres Pro versions 13.2.2 or lower and takePTRACK backups usingpg_probackup, retake a full backup after upgrade.
To migrate fromPostgreSQL or aPostgres Pro Standard release based on a previousPostgreSQL major version, see the instructions inPostgres Pro Standard 13.1.1 Release Notes.