Rearrange the code in auth.c so that all functions for a single authentication
Magnus Hagander <magnus@hagander.net>
Rearrange the code in auth.c so that all functions for a single authentication method is grouped together in a reasonably similar way, keeping the "global shared functions" together in their own section as well. Makes it a lot easier to find your way around the code.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth.c | modified | +957 −889 |