Thread: pgsql/src/backend/libpq hba.c

pgsql/src/backend/libpq hba.c

From
tgl@postgresql.org (Tom Lane)
Date:
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.