pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the
Date: 2010-03-24 17:05:58
Message-ID: 20100324170558.1FF907541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
hba.c (r1.188.2.4 -> r1.188.2.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.188.2.4&r2=1.188.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-03-24 20:11:12 pgsql: Reduce CPU utilisation of WALSender process.
Previous Message Tom Lane 2010-03-24 17:05:45 pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the