Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Mircea Cadariu <cadariu.mircea@gmail.com>
From: Mircea Cadariu <cadariu.mircea@gmail.com>
To: Sami Imseih <samimseih@gmail.com>, Michael Paquier <michael@paquier.xyz>
Cc: Guillaume Lelarge <guillaume.lelarge@dalibo.com>, Frédéric Yhuel <frederic.yhuel@dalibo.com>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Benoit Lobréau <benoit.lobreau@dalibo.com>, Pierrick Chovelon <pierrick.chovelon@dalibo.com>
Date: 2025-10-29T14:11:34Z
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