7.4.5 / 7.4.6 crash (pg_hba.conf issue)

From: Rod Taylor <pg(at)rbt(dot)ca>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: 7.4.5 / 7.4.6 crash (pg_hba.conf issue)
Date: 2004-11-17 16:31:05
Message-ID: 1100709065.4697.20.camel@home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've run across a bug in pg_hba.conf routines which is repeatable in
both 32bit intel on Linux and 64bit AMD on FreeBSD with both 7.4.5 and
7.4.6. It results in the postmaster crashing which is quite annoying
when it leaves behind it's children.

create a file dev.users within the data directory such as the attached.

Edit pg_hba.conf to have a line like:
host db @dev.users 127.0.0.1 255.255.255.255 trust

Hup the postmaster,.

--

Attachment Content-Type Size
dev.users text/plain 49 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2004-11-17 16:34:33 Re: Minor problem with Makefile.shlib
Previous Message Tom Lane 2004-11-17 15:15:14 Re: Minor problem with Makefile.shlib