OSDN Git Service

Treat \r as white space when parsing pg_hba and related files.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jun 2002 14:52:08 +0000 (14:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jun 2002 14:52:08 +0000 (14:52 +0000)
commit893fe4919db8785bf310fc7442087f6cb97f64c8
tree6d309f7fb7c94f83a2fe681644ae514badb2a737
parente37cce05b72580e2a7e3cb6757f0c1f18ec36817
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.
src/backend/libpq/hba.c