]> granicus.if.org Git - postgresql/commit
The actual segfault was caused by a double pfree(), but ISTM that
authorBruce Momjian <bruce@momjian.us>
Sat, 14 Dec 2002 18:49:43 +0000 (18:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 14 Dec 2002 18:49:43 +0000 (18:49 +0000)
commit750b3f38255d3e9c5e6021a74224659d18533e1c
tree2e950d3d2bffb734c427c4b36fe21d348f7c4529
parent96e95740377dac3e9bbbf4e9bb88fd630ce89074
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