pgsql: Clean up pg_SSPI_error() coding a little bit: make the messages - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up pg_SSPI_error() coding a little bit: make the messages
Date
Msg-id 20090322180635.61917754ADE@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove the -d and -D options of pg_dump and pg_dumpall.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Clarify 'cert' authentication documention.