The actual segfault was caused by a double pfree(), but ISTM that
authorBruce Momjian <bruce@momjian.us>
Sat, 14 Dec 2002 18:49:37 +0000 (18:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 14 Dec 2002 18:49:37 +0000 (18:49 +0000)
commitc78701697c04564ffe976496ffcdb0fd396fae30
tree62d8db8c36af7ee612020e89827eb40cf06b41ad
parentfb2d7a24f9769f5a22747ac821b67eb5f9dd61be
The actual segfault was caused by a double pfree(), but ISTM that
failing to find pg_hba.conf should be a fatal error anyway, so I
increased the priority of the elog() from LOG to FATAL and refactored
the code a little bit.

Neil Conway
src/backend/libpq/hba.c