diff options
Diffstat (limited to 'ext/pgsql/tests/80_bug32223.phpt')
| -rwxr-xr-x | ext/pgsql/tests/80_bug32223.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/tests/80_bug32223.phpt b/ext/pgsql/tests/80_bug32223.phpt index a605fcc20b..b201d320ce 100755 --- a/ext/pgsql/tests/80_bug32223.phpt +++ b/ext/pgsql/tests/80_bug32223.phpt @@ -22,6 +22,7 @@ $dbh = @pg_connect($conn_str); if (!$dbh) { die ("Could not connect to the server"); } +pg_exec($dbh, "SET LC_MESSAGES='C';"); //@pg_query($dbh, "CREATE LANGUAGE 'plpgsql' HANDLER plpgsql_call_handler LANCOMPILER 'PL/pgSQL'"); $res = pg_query($dbh, "CREATE OR REPLACE FUNCTION test_notice() RETURNS boolean AS ' |
