E.19. Postgres Pro Standard 14.3.2
Release Date: 2022-06-08
E.19.1. Overview
This release is based onPostgreSQL 14.3 andPostgres Pro Standard 14.3.1. All improvements inherited fromPostgreSQL 14.3 are listed inPostgreSQL 14.3 Release Notes. Other major changes and enhancements are as follows:
Changed the algorithm of composite type name generation. This fixes an issue in the code of vanillaPostgreSQL, which strictly limits the number of tables with the same long prefix in names.
Upgradedpg_probackup to version 2.5.6, which provides the following new features and bugfixes as compared to version 2.5.5:
Added the
--dry-run
flag to thecatchup
command to allow you to estimate the size of data files to be transferred, but make no changes on disk.Changed the level of detail of logging some
catchup
messages for user convenience of log reading.Fixed a bug that prevented correct rereading of a block after a message“File: ... blknum ... have wrong checksum, try again” was issued.
E.19.2. Migration to Version 14.3.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.
To migrate fromPostgreSQL or aPostgres Pro Standard release based on a previousPostgreSQL major version, see the instructions inPostgres Pro Standard 14.1.1 Release Notes.