]> granicus.if.org Git - postgresql/commit
Be more robust when strerror() doesn't give a useful result.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Nov 2013 21:33:28 +0000 (16:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Nov 2013 21:33:28 +0000 (16:33 -0500)
commit8cfd4c6a17472d74814eb8f8d8995f6b2fd02ef7
tree62cc47880973c771b8ef58b03d1c495eab2a7c3d
parent6e2c7624806f6cbbbfcc6fa0de0f2c11da6c0e03
Be more robust when strerror() doesn't give a useful result.

Back-patch commits 8e68816cc2567642c6fcca4eaac66c25e0ae5ced and
8dace66e0735ca39b779922d02c24ea2686e6521 into the stable branches.
Buildfarm testing revealed no great portability surprises, and it
seems useful to have this robustness improvement in all branches.
src/backend/utils/error/elog.c