diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-01-21 00:59:26 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-01-21 00:59:26 +0000 |
commit | 023a48b811d8e0a288e2bf999bb4f3e028f5d0c9 (patch) | |
tree | a283db4d46bbd64cdaf91426b87bc4f816e5e9d0 /src/backend/commands/async.c | |
parent | 37fd19845679f7648e09c61bbaf7199ca713f79b (diff) | |
download | postgresql-023a48b811d8e0a288e2bf999bb4f3e028f5d0c9.tar.gz postgresql-023a48b811d8e0a288e2bf999bb4f3e028f5d0c9.zip |
Deal with C++ incompatibility of sys_nerr declaration by taking it out
of c.h altogether, and putting it into the only places that use it
(elog.c and exc.c), instead. Modify these routines to check for a
NULL or empty-string return from strerror, too, since some platforms
define strerror to return empty string for unknown errors (what a useless
definition that is ...). Clean up some cruft in ExcPrint while at it.
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions