Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: percona/postgres

Tags

release-17.5.1

Toggle release-17.5.1's commit message
Fixing flaky crash after 17.5 merge

The 17.5 release includes a bugfix for the smgrcode: previously
if smgropen failed, smgrclose wasn't called.

In our case we tried to retrieve the key before calling mdopen in
smgropen, which meant that the open call failed before the data
initialization in mdopen, which sometimes caused mdclose to crash.

The fix is simple: as mdopen only zero initializes some data, we
call it before trying to retrieve the principal key. This way the
failure happens after every data structure is set up properly.

release-17.4.1

Toggle release-17.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pass proper old rlocator to smgr when creating relations and indexes (#…

…156)

17.2.1

Toggle 17.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #27 from dutow/pg1282

PG-1282: Fix `SELECT version()`

REL_17_ALPHA_DAILY

Toggle REL_17_ALPHA_DAILY's commit message
Updated pg_tde submodule reference

REL_15_1

Toggle REL_15_1's commit message
Stamp 15.1.

REL_14_6

Toggle REL_14_6's commit message
Stamp 14.6.

REL_13_9

Toggle REL_13_9's commit message
Stamp 13.9.

REL_12_13

Toggle REL_12_13's commit message
Stamp 12.13.

REL_11_18

Toggle REL_11_18's commit message
Stamp 11.18.

REL_10_23

Toggle REL_10_23's commit message
Stamp 10.23.