Skip to content

Tags: EnterpriseDB/repmgr

Tags

v5.5.0

Toggle v5.5.0's commit message
Update HISTORY and appendix for v5.5.0

References: HL-38

v5.5.0+debpgdg

Toggle v5.5.0+debpgdg's commit message
Update HISTORY and appendix for v5.5.0

References: HL-38

v5.5.0rc2

Toggle v5.5.0rc2's commit message

Verified

This commit was signed with the committer’s verified signature.
gonzalemario Mario Gonzalez
Update HISTORY and appendix for v5.5.0

References: HL-38

v5.5.0rc1

Toggle v5.5.0rc1's commit message
Add primary_node_info inline function

When a t_node_info struct must be re initilised, it was re-declared
only. Moreover, a macro was user for any var creation of this type
impeding use the same to reset the values later if needed.

This new function allows to re initilise again a t_node_info typed
variable without the need to redeclare it to create other varibles for
the same purpose, and also shadowing is now avoided from pg16.

Macros seems to be replaced by `static inline` functions in upstream
postgres, credits to  Alvaro Herrera <alvherre@alvh.no-ip.org> for this
idea.

References: HL-40

v5.4.1

Toggle v5.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
barthisrael Israel
Release v5.4.1

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #799 from EnterpriseDB/validate-repmgr-options

Validate repmgr options