Rearrange the code in auth.c so that all functions for a single authentication
authorMagnus Hagander <magnus@hagander.net>
Fri, 1 Aug 2008 11:41:12 +0000 (11:41 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 1 Aug 2008 11:41:12 +0000 (11:41 +0000)
commitac6acf03a0dbed593c426ca4daac47b1df0d936c
tree0816c333dbe54bbf0ce6a052e9893e25fb402590
parent74a568d2d24001cfb19a0dfa69b9718c08d1e69d
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.
src/backend/libpq/auth.c