pgsql: Clean up pg_SSPI_error() coding a little bit: make the messages

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up pg_SSPI_error() coding a little bit: make the messages
Date: 2009-03-22 18:06:35
Message-ID: 20090322180635.61917754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up pg_SSPI_error() coding a little bit: make the messages more
consistent, translate where intended, const-ify declarations.
Resolves a gripe from Alvaro as well as some stuff I didn't like.

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.178 -> r1.179)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.178&r2=1.179)
pgsql/src/interfaces/libpq:
fe-auth.c (r1.140 -> r1.141)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c?r1=1.140&r2=1.141)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-03-22 21:55:07 pgsql: Clarify 'cert' authentication documention.
Previous Message Tom Lane 2009-03-22 16:44:26 pgsql: Remove the -d and -D options of pg_dump and pg_dumpall.