pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to
Date: 2009-10-14 22:10:18
Message-ID: 20091014221018.01465753FBC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.164.2.3 -> r1.164.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.164.2.3&r2=1.164.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-10-14 22:14:26 pgsql: Support SQL-compliant triggers on columns, ie fire only if
Previous Message Heikki Linnakangas 2009-10-14 22:10:01 pgsql: Rename the new MAX_AUTH_TOKEN_LENGTH #define to