Re: Ignore 2PC transaction GIDs in query jumbling
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-08-01T02:37:49Z
Lists: pgsql-hackers
On Tue, Aug 01, 2023 at 10:22:09AM +0800, Julien Rouhaud wrote: > Looking at the rest of the ignored patterns, the only remaining one would be > DEALLOCATE, which AFAICS doesn't have a query_jumble_ignore tag for now. This one seems to be simple as well with a location field, looking quickly at its Node. -- Michael
Commits
-
Show names of DEALLOCATE as constants in pg_stat_statements
- bb45156f342c 17.0 landed
-
Show GIDs of two-phase commit commands as constants in pg_stat_statements
- 638d42a3c520 17.0 landed