Re: query ID goes missing with extended query protocol

2024-09-09 Thread Michael Paquier
On Mon, Sep 09, 2024 at 11:24:28AM -0400, Robert Haas wrote: > That's interesting, but it sort of seems like it's reinventing the > wheel, vs. the one-line change that I proposed. Probably. I'll try to look at all that this week (with some automated tests!). -- Michael signature.asc Description

Re: query ID goes missing with extended query protocol

2024-09-09 Thread Robert Haas
On Wed, Aug 28, 2024 at 6:48 PM Michael Paquier wrote: > This is being discussed already on a different thread: > - Thread: > https://www.postgresql.org/message-id/ca+427g8diw3az6popvgkpbqk97oubdf18vlihfesea2juk3...@mail.gmail.com > - CF entry: https://commitfest.postgresql.org/49/4963/ > > There

Re: query ID goes missing with extended query protocol

2024-08-28 Thread Michael Paquier
On Wed, Aug 28, 2024 at 04:27:38PM -0400, Robert Haas wrote: > - Add a call to > pgstat_report_query_id(queryDesc->plannedstmt->queryId, false) to the > top of ExecutorRun() with an appropriate comment. > - Fix the incorrect comment mentioned above. > - Back-patch to all releases containing 4f0b096