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

From: Mircea Cadariu <cadariu(dot)mircea(at)gmail(dot)com>
To: Sami Imseih <samimseih(at)gmail(dot)com>, Frédéric Yhuel <frederic(dot)yhuel(at)dalibo(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Benoit Lobréau <benoit(dot)lobreau(at)dalibo(dot)com>, Guillaume Lelarge <guillaume(dot)lelarge(at)dalibo(dot)com>, Pierrick Chovelon <pierrick(dot)chovelon(at)dalibo(dot)com>
Subject: Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Date: 2025-09-08 16:34:00
Message-ID: d7addd9e-12d2-433f-9a42-65d30e877549@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 29/08/2025 19:27, Sami Imseih wrote:
> Thoughts on v8?

I tried v8 with the Java file in the original email and it works (I
don't see the wrong query in the logs).

Small fix needed in the test descriptions: used to logged -> used to log.

Only question is if we should avoid the extra portal hashtable lookup as
well, or leave that for a separate patch. I gave it a go anyways, see
attached v9, let me know what you think.

Kind regards,

Mircea Cadariu

Attachment Content-Type Size
v9-0001-Drop-unnamed-portal-before-setting-debug_query_st.patch text/plain 9.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2025-09-08 16:41:00 Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Previous Message Andres Freund 2025-09-08 16:08:12 Re: PgStat_HashKey padding issue when passed by reference