Обсуждение: pgsql/src/backend/libpq hba.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/libpq hba.c

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/06/26 10:52:08

Modified files:
    src/backend/libpq: hba.c

Log message:
    Treat \r as white space when parsing pg_hba and related files.
    Should make life easier for DBAs who insist on editing files with
    Windoze tools.