Thread
-
Re: pgsql: Drop unnamed portal immediately after execution to completion
Mircea Cadariu <cadariu.mircea@gmail.com> — 2025-11-13T12:26:19Z
On 13/11/2025 06:27, Michael Paquier wrote: > This is new, attaching the information to a Vfd in fd.c. Not sure > that adding this information to this structure is a good concept. > This layer of the code has no idea of query strings currently, so that > feels a bit like a layer violation. Thanks for having a look! FWIW I found a way for Plan C to work without including tcoprot into fd, see attached. There's a new field in that structure indeed, but maybe not that far fetched, it's the query that triggered the creation of the file. Kind regards, Mircea Cadariu