-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We can't FlushOneBuffer when we're in redo-only mode on PageServer, so make execution of that function conditional on us not running in pageserver walredo mode.
- Loading branch information
Showing
7 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Submodule postgres-v14
updated
2 files
+3 −3 | src/backend/access/hash/hash_xlog.c | |
+1 −1 | src/backend/access/transam/xlogutils.c |
Submodule postgres-v15
updated
2 files
+3 −3 | src/backend/access/hash/hash_xlog.c | |
+1 −1 | src/backend/access/transam/xlogutils.c |
Submodule postgres-v16
updated
2 files
+3 −3 | src/backend/access/hash/hash_xlog.c | |
+1 −1 | src/backend/access/transam/xlogutils.c |
Submodule postgres-v17
updated
2 files
+4 −3 | src/backend/access/hash/hash_xlog.c | |
+1 −1 | src/backend/access/transam/xlogutils.c |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"v17": [ | ||
"17rc1", | ||
"2cf120e7393ca5f537c6a38b457585576dc035fc" | ||
"7b3e52c75ca384de9c69477c158b1f5dcdcbb4be" | ||
], | ||
"v16": [ | ||
"16.4", | ||
"1d7081a3b076ddf5086e0b118d4329820e6a7427" | ||
"e131a9c027b202ce92bd7b9cf2569d48a6f9948e" | ||
], | ||
"v15": [ | ||
"15.8", | ||
"16c3c6b64f1420a367a2a9b2510f20d94f791af8" | ||
"22e580fe9ffcea7e02592110b1c9bf426d83cada" | ||
], | ||
"v14": [ | ||
"14.13", | ||
"a38d15f3233a4c07f2bf3335fcbd874dd1f4e386" | ||
"2199b83fb72680001ce0f43bf6187a21dfb8f45d" | ||
] | ||
} |
d865881
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5074 tests run: 4900 passed, 0 failed, 174 skipped (full report)
Flaky tests (1)
Postgres 16
test_obsolete_slot_drop[cross-validation]
: release-x86-64Code coverage* (full report)
functions
:32.1% (7455 of 23225 functions)
lines
:49.9% (60101 of 120333 lines)
* collected from Rust tests only
d865881 at 2024-09-24T01:26:49.608Z :recycle: