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>, Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Guillaume Lelarge <guillaume(dot)lelarge(at)dalibo(dot)com>, Frédéric Yhuel <frederic(dot)yhuel(at)dalibo(dot)com>, 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>, Pierrick Chovelon <pierrick(dot)chovelon(at)dalibo(dot)com>
Subject: Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Date: 2025-10-29 14:11:34
Message-ID: 0f22bd0e-f643-4f3a-836e-d9c5f77e82ba@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 28/10/2025 17:37, Sami Imseih wrote:

> v16 is based on [0], with updates to the documentation and tests.

Thanks for the updated patch!

> +ok( $node->log_contains(qr/STATEMENT:\s+SELECT a FROM foo ORDER BY a
> OFFSET \$1/s, $log_offset),
>      "bind and implicit transaction, no statement logged");
Should it actually be "statement correctly logged" instead of "no
statement logged"?

Kind regards,

Mircea Cadariu

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-10-29 14:20:39 Re: Thoughts on a "global" client configuration?
Previous Message Heikki Linnakangas 2025-10-29 13:05:27 Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue