Rearrange the code in auth.c so that all functions for a single authentication

Magnus Hagander <magnus@hagander.net>

Commit: 26e6991a2d73bf5c5d93453447d472176f5a5f67
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-08-01T11:41:12Z
Releases: 8.4.0
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

PathChange+/−
src/backend/libpq/auth.c modified +957 −889