Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Frédéric Yhuel <frederic.yhuel@dalibo.com>
From: Frédéric Yhuel <frederic.yhuel@dalibo.com>
To: Sami Imseih <samimseih@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Benoit Lobréau <benoit.lobreau@dalibo.com>, Guillaume Lelarge <guillaume.lelarge@dalibo.com>, Pierrick Chovelon <pierrick.chovelon@dalibo.com>
Date: 2025-04-22T10:43:10Z
Lists: pgsql-hackers
On 4/21/25 07:46, Frédéric Yhuel wrote: > On 4/20/25 00:42, Sami Imseih wrote: >>> (In my testing, the "temporary file:" message comes >>> out without any attached STATEMENT most of the time already, so this >>> isn't losing much as far as that's concerned.) > > > Indeed, this happens when using autocommit / implicit transactions. Actually, this also happens with Java-style cursors, i.e. using the setFetchSize(<count>) method, which pgJDBC converts to using named portals and EXECUTE <name> <count> protocol messages. The explanation is probably very similar to the one Sami gave for the implicit transaction case. In any case, my v3 patch seems to fix all these cases. (I'm not saying it's good enough to be committed as is. I think I should at least add some comments. Anything else?)
Commits
-
Drop unnamed portal immediately after execution to completion
- 1fd981f05369 19 (unreleased) landed
-
Override log_error_verbosity to "default" in test 009_log_temp_files
- 02c171f63fca 19 (unreleased) landed
-
Add tests for logging of temporary file removal and statement
- 76bba033128a 19 (unreleased) landed