Closed MMeent closed 1 month ago
Can we add a test to the test suite, please?
Can we add a test to the test suite, please?
I've updated the test that checks compatibility with unlogged tables, would that be sufficient?
functions
: 32.1% (7446 of 23213 functions)
lines
: 49.9% (59956 of 120174 lines)
* collected from Rust tests only
cc @hlinnaka
very strange @hlinnaka @bayandin link:
HEAD is now at 4d5add9 compact_level0_phase1: remove final traces of value access mode config (#8935)
M vendor/postgres-v14
M vendor/postgres-v15
M vendor/postgres-v16
M vendor/postgres-v17
vendor/postgres-v16
fatal: unable to read tree (1d7081a3b076ddf5086e0b118d4329820e6a7427)
fatal: Unable to checkout '1d7081a3b076ddf5086e0b118d4329820e6a7427' in submodule path 'vendor/postgres-v16'
Error: __Line:133__Error: Could not checkout submodule hash referenced by main. It may not be pushed to remote or deeper than workflow shallow clone
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.
Problem
https://neondb.slack.com/archives/C033RQ5SPDH/p1726847895245409
Summary of changes
We make sure to not call into FlushOneBuffer when we're in WALRedoPostgres mode.
See
Checklist before requesting a review
Checklist before merging