From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001
From: Daniel Baumann
+
Error, warning, and log messages generated within the server code
should be created using 56.2. Reporting Errors Within the Server
56.2. Reporting Errors Within the Server
ereport
, or its older cousin
elog
. The use of this function is complex enough to
@@ -247,4 +247,4 @@ ereport(level, errmsg_internal("format string", ...));
routines will not affect it. That would not be true if you were to
write strerror(errno)
explicitly in errmsg
's
parameter list; accordingly, do not do so.
-