pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the
Date
Msg-id 20100324170545.655777541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix thinko in log message for "sameuser" ident map mismatch: the provided
and authenticated usernames were swapped.  Reported by Bryan Henderson
in bug #5386.

Also clean up poorly-maintained header comment for this function.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        hba.c (r1.203 -> r1.204)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.203&r2=1.204)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Now that we know last_statrequest > last_statwrite can be
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the