mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
Every handler function now follows the same pattern: 1. extract parameters from the call 2. check permissions 3. execute command. Previously, we extracted some parameters before permission check and some after. Let's be consistent.