Make test work with PostgreSQL 7.4

This commit is contained in:
Ilia Alshanetsky 2003-12-23 17:33:06 +00:00
parent 9720a31bd6
commit 20d64aa24e

View File

@ -23,6 +23,6 @@ echo "pg_last_notice() is Ok\n";
?>
--EXPECTF--
Notice: pg_query(): %s: BEGIN: already a transaction in progress in %s on line %d
%s: BEGIN: already a transaction in progress
Notice: pg_query(): %s already a transaction in progress in %s on line %d
%s already a transaction in progress
pg_last_notice() is Ok