Thread

  1. Re: [BUG] temporary file usage report with extended protocol and unnamed portals

    Mircea Cadariu <cadariu.mircea@gmail.com> — 2025-09-19T10:26:46Z

    Hi,
    
    On 18/09/2025 18:06, Sami Imseih wrote:
    > The "everything" also includes the query_text.
    
    This makes me wonder then if all it takes is just adding this to 
    PortalDrop (proposed earlier in the thread by Frédéric):
    
    if (portal->queryDesc)
         debug_query_string = portal->queryDesc->sourceText;
    
    I tried it out and the tests in v12-0002 pass.
    
    Kind regards,
    
    Mircea Cadariu