History log of /php-src/ext/pgsql/tests/pg_trace.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# c15988aa 06-Nov-2023 KentarouTakeda

ext/pgsql: Refactor tests (#12608)

This makes the tests independent of each other and allows them to be run in parallel.

Co-authored-by: Gina Peter Banyard <girgias@php.net>


# f194cdf8 08-Jun-2023 David CARLIER

ext/pgsql: fix PGtrace invalid free issue.

disable trace when closing the connection, is a no op if there is no stream
attached to it.

Close GH-11403


# f18a0384 06-May-2023 David CARLIER

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


# 7ec8ae12 09-Apr-2023 David Carlier

ext/pgsql: pg_trace allow to refine its trace mode via 2 new constants.

- PGSQL_TRACE_SUPPRESS_TIMESTAMPS.
- PGSQL_TRACE_REGRESS_MODE to have a more verbose and observable
output to

ext/pgsql: pg_trace allow to refine its trace mode via 2 new constants.

- PGSQL_TRACE_SUPPRESS_TIMESTAMPS.
- PGSQL_TRACE_REGRESS_MODE to have a more verbose and observable
output to check possible regressions.

Close GH-11041

show more ...