mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
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().