mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +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.