OSDN Git Service

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)
commit26e6991a2d73bf5c5d93453447d472176f5a5f67
treee94fd6f97c06fdf3265c7417d880896c1d97379d
parentc30c1b8786395d94b9acd0ce57d293230b138bbb
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