Hi Greg,
On Sat, 2022-04-02 at 17:38 -0400, Greg Stark wrote:
> The tests for this seem to need adjustments.
>
> [12:41:09.403] test pg_stat_statements ... FAILED 180 ms
> query | reset_ts_match
> ---------------------------+----------------
> - SELECT $1,$2 AS "STMTTS2" | f
> SELECT $1 AS "STMTTS1" | t
> + SELECT $1,$2 AS "STMTTS2" | f
> (2 rows)
>
> -- check that minmax reset does not set stats_reset
>
>
> Hm. Is this a collation problem?
Of course, thank you! I've forgot to set collation here.
v11 attached
--
regards, Andrei