Parse pg_hba.conf in postmaster, instead of once in each backend for

Magnus Hagander <magnus@hagander.net>

Commit: 9872381090cf4cd45748422df67f1c64b31c5ead
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-09-15T12:32:57Z
Releases: 8.4.0
Parse pg_hba.conf in postmaster, instead of once in each backend for
each connection. This makes it possible to catch errors in the pg_hba
file when it's being reloaded, instead of silently reloading a broken
file and failing only when a user tries to connect.

This patch also makes the "sameuser" argument to ident authentication
optional.

Files