Re: [HACKERS] pg_hba.conf parse error gives wrong line number

2002-12-11 Thread Bruce Momjian
OK, the following patch fixes the bug. The code wasn't handling comments properly in dealing the the line count. I will backpatch this into 7.3. --- Oliver Elphick wrote: > With this pg_hba.conf (line numbers from vi, of c

Re: [HACKERS] pg_hba.conf parse error gives wrong line number

2002-12-10 Thread Bruce Momjian
I see the problem with the line number here. I will work on a fix now. Thanks. --- Oliver Elphick wrote: > With this pg_hba.conf (line numbers from vi, of course): > > 48 # TYPE DATABASEUSERIP-ADDRESS

[HACKERS] pg_hba.conf parse error gives wrong line number

2002-12-10 Thread Oliver Elphick
With this pg_hba.conf (line numbers from vi, of course): 48 # TYPE DATABASEUSERIP-ADDRESS IP-MASK METHOD 49 50 local all all ident sameuser 51 hostall 127.0.0.1127.0.