Modify hash_create() to elog(ERROR) if an error occurs, rather than

Neil Conway <neilc@samurai.com>

Commit: 8ec05b28b712fa4b2de5cc088ee978e05cd7e69a
Author: Neil Conway <neilc@samurai.com>
Date: 2004-10-25T00:46:43Z
Releases: 8.0.0
Modify hash_create() to elog(ERROR) if an error occurs, rather than
returning a NULL pointer (some callers remembered to check the return
value, but some did not -- it is safer to just bail out).

Also, cleanup pgstat.c to use elog(ERROR) rather than elog(LOG) followed
by exit().

Files