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.
This commit is contained in:
Matthias van de Meent
2024-09-23 23:16:42 +02:00
committed by GitHub
parent 1c5d6e59a0
commit d865881d59
7 changed files with 23 additions and 10 deletions

View File

@@ -1207,7 +1207,6 @@ jobs:
# Usually we do `needs: [...]`
needs:
- build-and-test-locally
- check-submodules
- check-codestyle-python
- check-codestyle-rust
- promote-images