ext/pgsql: fix pg_trace test when trace mode is supported. (#11191)

This commit is contained in:
David CARLIER 2023-05-06 10:02:30 +01:00 committed by GitHub
parent ac5920f92b
commit f18a0384c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,6 @@ var_dump(pg_trace($tracefile, 'w', $db, 0));
$res = pg_query($db, 'select 1');
?>
--EXPECT--
pg_trace(): Argument #4 ($trace_mode) cannot set as trace is unsupported
--EXPECTF--
pg_trace(): Argument #4 ($trace_mode) %s
bool(true)