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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rearrange the code in auth.c so that all functions for a single
Date: 2008-08-01 11:41:12
Message-ID: 20080801114112.2A88D754A86@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-08-01 12:51:54 pgbouncer - pgbouncer: admin.c: dont crash if socket has no buffer
Previous Message User Mkz 2008-08-01 10:10:48 pgbouncer - pgbouncer: change ver to 1.2.1