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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the
Дата
Msg-id 20100324170558.1FF907541D0@cvs.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix thinko in log message for "sameuser" ident map mismatch: the
Следующее
От: sriggs@postgresql.org (Simon Riggs)
Дата:
Сообщение: pgsql: Reduce CPU utilisation of WALSender process.