mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 20:20:38 +00:00
## Problem `SmgrOpFlushInProgress::measure()` takes a `socket_fd` argument which is only used on Linux. This causes linter warnings on macOS. Touches #10823. ## Summary of changes Add a noop use of `socket_fd` on non-Linux branch.