From 1abb9cd02c180bbf9550620daeb5f6dc05084cfd Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 5 Apr 2002 07:57:33 +0000 Subject: [PATCH] Add error message from _notice_handler() # Currently, it always logs whennever notice message is # recieved. I'll change error log optional later. --- ext/pgsql/tests/09notice.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/pgsql/tests/09notice.phpt b/ext/pgsql/tests/09notice.phpt index f2a6678e28..f50bc70702 100644 --- a/ext/pgsql/tests/09notice.phpt +++ b/ext/pgsql/tests/09notice.phpt @@ -7,5 +7,7 @@ PostgreSQL notice function include("notice.inc"); ?> --EXPECT-- +NOTICE: BEGIN: already a transaction in progress + NOTICE: BEGIN: already a transaction in progress pg_last_notice() is Ok -- 2.50.1