Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warnings on macOS (#9128)
## Problem Compilation of neon extension on macOS produces a warning ``` pgxn/neon/neon_perf_counters.c:50:1: error: non-void function does not return a value [-Werror,-Wreturn-type] ``` ## Summary of changes - Change the return type of `NeonPerfCountersShmemInit` to void
- Loading branch information
523cf71
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: 4898 passed, 2 failed, 174 skipped (full report)
Failures on Postgres 16
test_gc_feedback_with_snapshots[github-actions-selfhosted]
: release-x86-64test_compaction_l0_memory[github-actions-selfhosted]
: release-x86-64Flaky tests (7)
Postgres 17
test_multi_attach
: release-arm64test_location_conf_churn[2]
: release-arm64test_pg_regress[None]
: debug-x86-64test_readonly_node_gc
: debug-x86-64Postgres 16
test_obsolete_slot_drop[cross-validation]
: release-x86-64test_slots_and_branching
: release-arm64Postgres 15
test_peer_recovery
: release-arm64Code coverage* (full report)
functions
:32.2% (7477 of 23255 functions)
lines
:50.0% (60233 of 120574 lines)
* collected from Rust tests only
523cf71 at 2024-09-24T20:40:29.895Z :recycle: