mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 05:18:58 -04:00
8ec05b28b7
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().