-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix C code to satisfy sanitizers #10473
base: main
Are you sure you want to change the base?
Conversation
Before enabling sanitizers, fix existing C code to avoid runtime failures during testing. The code in CopyXLogRecordToWAL is not neon-specific, but the usage is (see neondatabase/postgres#554 (comment)). This pull request supersedes neondatabase/postgres#554, where a change in postgres code was discussed, and replaces a part of #10401 (as of 2025-01-22), where a change in walproposer, in particular, was approved. |
7403 tests run: 7015 passed, 1 failed, 387 skipped (full report)Failures on Postgres 15
Flaky tests (4)Postgres 17
Postgres 16
Postgres 15
Postgres 14
Test coverage report is not availableThe comment gets automatically updated with the latest test results
e7cc860 at 2025-01-27T15:33:06.497Z :recycle: |
8cc36e2
to
cc18b86
Compare
cc18b86
to
be6af82
Compare
No description provided.