pgsql: Rearrange the code in auth.c so that all functions for a single - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Rearrange the code in auth.c so that all functions for a single
Date
Msg-id 20080801114112.2A88D754A86@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.166 -> r1.167)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.166&r2=1.167)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: change ver to 1.2.1
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: admin.c: dont crash if socket has no buffer