Skip to content

Conversation

@sxd
Copy link
Member

@sxd sxd commented Oct 11, 2024

Refactor code to remove any blocks specifically designed to work on a PostgreSQL version < 12.

Closes #5797

@sxd sxd requested a review from a team as a code owner October 11, 2024 13:13
@sxd sxd force-pushed the dev/remove_old_code branch from dafa842 to 2e1a7e3 Compare October 11, 2024 13:13
@cnpg-bot cnpg-bot added backport-requested ◀️ This pull request should be backported to all supported releases release-1.22 release-1.23 release-1.24 labels Oct 11, 2024
@github-actions
Copy link
Contributor

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions
Copy link
Contributor

❗ By default, the pull request is configured to backport to all release branches.

  • To stop backporting this pr, remove the label: backport-requested ◀️ or add the label 'do not backport'
  • To stop backporting this pr to a certain release branch, remove the specific branch label: release-x.y

@github-actions
Copy link
Contributor

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@sxd sxd added no-issue and removed backport-requested ◀️ This pull request should be backported to all supported releases release-1.22 release-1.23 release-1.24 labels Oct 11, 2024
@github-actions
Copy link
Contributor

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

3 similar comments
@github-actions
Copy link
Contributor

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions
Copy link
Contributor

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions
Copy link
Contributor

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@sxd sxd force-pushed the dev/remove_old_code branch from 2e1a7e3 to 40954ad Compare October 11, 2024 13:14
@sxd
Copy link
Member Author

sxd commented Oct 11, 2024

/test depth=push

@github-actions
Copy link
Contributor

@sxd, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/11295735354

@sxd sxd added this to the 1.25.0 milestone Oct 11, 2024
@cnpg-bot cnpg-bot added the ok to merge 👌 This PR can be merged label Oct 11, 2024
@gbartolini gbartolini requested a review from jsilvela as a code owner October 11, 2024 18:42
@gbartolini gbartolini added do not backport This PR must not be backported - it will be in the next minor release backport-requested ◀️ This pull request should be backported to all supported releases and removed no-issue do not backport This PR must not be backported - it will be in the next minor release labels Oct 11, 2024
@gbartolini
Copy link
Contributor

/test depth=push

@github-actions
Copy link
Contributor

@gbartolini, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/11297802592

@gbartolini
Copy link
Contributor

gbartolini commented Oct 14, 2024

@mnencia mnencia force-pushed the dev/remove_old_code branch 2 times, most recently from fc5eecd to 0bec79d Compare October 14, 2024 15:32
@gbartolini gbartolini removed this from the 1.25.0 milestone Oct 15, 2024
sxd and others added 4 commits October 15, 2024 10:14
We found some code that it's never executed since we don't support
PostgreSQL lower than 12, we remove those piece of code to make some
other refactors easier.

Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
@mnencia mnencia merged commit e227fc7 into main Oct 15, 2024
@mnencia mnencia deleted the dev/remove_old_code branch October 15, 2024 09:16
cnpg-bot pushed a commit that referenced this pull request Oct 15, 2024
Refactor code to remove any blocks specifically designed to work on a
PostgreSQL version < 12.

Closes #5797

---------

Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit e227fc7)
cnpg-bot pushed a commit that referenced this pull request Oct 15, 2024
Refactor code to remove any blocks specifically designed to work on a
PostgreSQL version < 12.

Closes #5797

---------

Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit e227fc7)
mnencia added a commit that referenced this pull request Oct 15, 2024
Refactor code to remove any blocks specifically designed to work on a
PostgreSQL version < 12.

Closes #5797

---------

Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-requested ◀️ This pull request should be backported to all supported releases ok to merge 👌 This PR can be merged release-1.22 release-1.23 release-1.24

Development

Successfully merging this pull request may close these issues.

[Chore]: Remove PostgreSQL 11 reminiscence

4 participants