Re: [BUG] temporary file usage report with extended protocol and unnamed portals - Mailing list pgsql-hackers

From Mircea Cadariu
Subject Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Date
Msg-id 0f22bd0e-f643-4f3a-836e-d9c5f77e82ba@gmail.com
Whole thread Raw
In response to Re: [BUG] temporary file usage report with extended protocol and unnamed portals  (Sami Imseih <samimseih@gmail.com>)
Responses Re: [BUG] temporary file usage report with extended protocol and unnamed portals
List 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




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Next
From: Peter Eisentraut
Date:
Subject: Re: Thoughts on a "global" client configuration?