Re: [[BUG] pg_stat_statements crashes with var and non-var expressions in IN clause - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [[BUG] pg_stat_statements crashes with var and non-var expressions in IN clause
Date
Msg-id aW66Tz76P_dr0WXi@paquier.xyz
Whole thread Raw
In response to Re: [[BUG] pg_stat_statements crashes with var and non-var expressions in IN clause  (Dmitry Dolgov <9erthalion6@gmail.com>)
List pgsql-hackers
On Mon, Jan 19, 2026 at 10:24:41AM +0100, Dmitry Dolgov wrote:
> Yep, I concur the current approach is fine. What I was saying about
> adjusting newa->list_end is just an ideal and at the moment only
> hypothetical scenario, where we could deduce end location of the new
> list based on its nested elements. Currently there are no mechanism to
> achieve that, so maybe in the future.

Okay, applied that down to v18 after a second lookup and a tweak to
the proposed comment.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Patch: dumping tables data in multiple chunks in pg_dump
Next
From: Michael Paquier
Date:
Subject: Re: Add WALRCV_CONNECTING state to walreceiver