feat: enable configuration of full_page_writes#5516
Merged
gbartolini merged 8 commits intocloudnative-pg:mainfrom Sep 27, 2024
Merged
feat: enable configuration of full_page_writes#5516gbartolini merged 8 commits intocloudnative-pg:mainfrom
full_page_writes#5516gbartolini merged 8 commits intocloudnative-pg:mainfrom
Conversation
Contributor
|
❗ By default, the pull request is configured to backport to all release branches.
|
Member
|
Hello @zekiyeaydemir ! You have missing the documentation about this, can you make those changes please? Regards! |
1b67260 to
ed8484e
Compare
sxd
reviewed
Sep 17, 2024
| "17rc1", | ||
| "17rc1-5" | ||
| "17rc1-3" | ||
| ], |
Member
There was a problem hiding this comment.
@zekiyeaydemir this change shouldn't be here, is downgrading a pg version =)
b8a8d5c to
c879b87
Compare
Update the Postgres versions used in E2E tests Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: postgres-versions-updater <postgres-versions-updater@users.noreply.github.com> Signed-off-by: zekiyeaydemir <aydemirzekiye@gmail.com>
Signed-off-by: zekiyeaydemir <aydemirzekiye@gmail.com>
…e-pg#5489)" This reverts commit 037da6f. Signed-off-by: zekiyeaydemir <aydemirzekiye@gmail.com>
Signed-off-by: zekiyeaydemir <aydemirzekiye@gmail.com>
c879b87 to
0259ab0
Compare
Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
leonardoce
approved these changes
Sep 27, 2024
full_page_writes
gbartolini
approved these changes
Sep 27, 2024
cnpg-bot
pushed a commit
that referenced
this pull request
Sep 27, 2024
This patch enables users to customize the `full_page_writes` GUC in PostgreSQL. It is set to `on` by default as per PostgreSQL recommendation. Closes #5506 Signed-off-by: zekiyeaydemir <aydemirzekiye@gmail.com> Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> Co-authored-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> (cherry picked from commit 4e37e23)
cnpg-bot
pushed a commit
that referenced
this pull request
Sep 27, 2024
This patch enables users to customize the `full_page_writes` GUC in PostgreSQL. It is set to `on` by default as per PostgreSQL recommendation. Closes #5506 Signed-off-by: zekiyeaydemir <aydemirzekiye@gmail.com> Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> Co-authored-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> (cherry picked from commit 4e37e23)
cnpg-bot
pushed a commit
that referenced
this pull request
Sep 27, 2024
This patch enables users to customize the `full_page_writes` GUC in PostgreSQL. It is set to `on` by default as per PostgreSQL recommendation. Closes #5506 Signed-off-by: zekiyeaydemir <aydemirzekiye@gmail.com> Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> Co-authored-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> (cherry picked from commit 4e37e23)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch enables users to customize the
full_page_writesGUC in PostgreSQL.By default, it is set to
onas per PostgreSQL recommendation.Closes #5506