Re: Ignore 2PC transaction GIDs in query jumbling - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Ignore 2PC transaction GIDs in query jumbling
Date
Msg-id 20230801024658.m4yojx4avfquylnh@jrouhaud
Whole thread Raw
In response to Re: Ignore 2PC transaction GIDs in query jumbling  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Ignore 2PC transaction GIDs in query jumbling
List pgsql-hackers
On Tue, Aug 01, 2023 at 11:37:49AM +0900, Michael Paquier wrote:
> 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.

Agreed, it should be as trivial to implement as for the 2pc commands :)



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Ignore 2PC transaction GIDs in query jumbling
Next
From: Masahiro Ikeda
Date:
Subject: Re: Support to define custom wait events for extensions