pgsql: Fix parsing of LDAP URLs so it doesn't reject spaces in the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix parsing of LDAP URLs so it doesn't reject spaces in the
Дата
Msg-id 20080724175155.39901754A86@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.
Per report from C�sar Miguel Oliveira Alves.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.164 -> r1.165)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.164&r2=1.165)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove some redundant tests and improve comments in next_token().
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix parsing of LDAP URLs so it doesn't reject spaces in the