mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
d110d2c2fd
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.