summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-07-14 14:42:57 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-07-14 14:42:57 +0000
commit034d99ab7d8d4bf671671e583c32cf7dd322c1c2 (patch)
tree2f0aab031eeedf88793fd0adfe36e8d666a34c86 /doc/doc-txt
parent35d40a980556bac0460dc027a44fb5285cda3364 (diff)
Add a call to PQsetNoticeProcessor() to catch PostgreSQL "notices" and
thereby stop them being written to stderr (the default).
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index fc78884fd..d3535f719 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.377 2006/07/14 14:32:08 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.378 2006/07/14 14:42:57 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -114,6 +114,10 @@ PH/19 Added PQsetClientEncoding(conn, "SQL_ASCII") to the pgsql code module.
PH/20 Perl can change the locale. Exim was resetting it after a ${perl call,
but not after initializing Perl.
+PH/21 Added a call to PQsetNoticeProcessor() to catch pgsql "notices" and
+ output them only if debugging. By default they are written stderr,
+ apparently, which is not desirable.
+
Exim version 4.62
-----------------