pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to
Date
Msg-id 20091014220946.93D3B753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,
to make it more obvious that it's a PostgreSQL internal limit, not something
that comes from system header files.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.185 -> r1.186)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.185&r2=1.186)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: In the configure check for the Python distutils module, use a
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to