File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
data/reference/extension/pgsql/83
tests/Reference/Extension/PhpBundle/Pgsql Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 30
30
}
31
31
]
32
32
},
33
+ {
34
+ "name" : " PGSQL_TRACE_SUPPRESS_TIMESTAMPS" ,
35
+ "ext_min" : " 8.3.0alpha1" ,
36
+ "php_min" : " 8.3.0alpha1"
37
+ },
38
+ {
39
+ "name" : " PGSQL_TRACE_REGRESS_MODE" ,
40
+ "ext_min" : " 8.3.0alpha1" ,
41
+ "php_min" : " 8.3.0alpha1"
42
+ },
33
43
{
34
44
"name" : " PGSQL_SHOW_CONTEXT_NEVER" ,
35
45
"ext_min" : " 8.3.0alpha2" ,
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ public static function setUpBeforeClass(): void
33
33
'PGSQL_PIPELINE_ON ' ,
34
34
'PGSQL_PIPELINE_OFF ' ,
35
35
'PGSQL_PIPELINE_ABORTED ' ,
36
+ // depends on TRACE support (PQTRACE_SUPPRESS_TIMESTAMPS, PQTRACE_REGRESS_MODE)
37
+ 'PGSQL_TRACE_SUPPRESS_TIMESTAMPS ' ,
38
+ 'PGSQL_TRACE_REGRESS_MODE ' ,
36
39
];
37
40
38
41
self ::$ optionalfunctions = [
You can’t perform that action at this time.
0 commit comments