postgresql/src/backend/utils
Neil Conway 8ec05b28b7 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().
2004-10-25 00:46:43 +00:00
..
adt
cache
error
fmgr Modify hash_create() to elog(ERROR) if an error occurs, rather than 2004-10-25 00:46:43 +00:00
hash Modify hash_create() to elog(ERROR) if an error occurs, rather than 2004-10-25 00:46:43 +00:00
init
mb
misc Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be 2004-10-22 19:48:19 +00:00
mmgr
resowner
sort
time
.cvsignore
Gen_fmgrtab.sh
Makefile