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

From: Mircea Cadariu <cadariu(dot)mircea(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Guillaume Lelarge <guillaume(dot)lelarge(at)dalibo(dot)com>, Sami Imseih <samimseih(at)gmail(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-09 15:04:46
Message-ID: 5e77a802-35f3-4b4b-bd54-bf4e3effa6e6@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Michael,

On 09/10/2025 09:11, Michael Paquier wrote:
> So, coming back to this thread. Could somebody realign the TAP tests
> for HEAD so as we have some test coverage to track which temp file is
> unlinked by which query when a portal is dropped?

Did you mean just the tests, without the fix? If so, please find the
updated tests only patch attached.

Kind regards,

Mircea Cadariu

Attachment Content-Type Size
v14-0001-Add-tests-for-temp-file-logging.patch text/plain 5.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-10-09 15:07:03 Re: [PATCH] Remove unused #include's in src/backend/commands/*
Previous Message Robert Haas 2025-10-09 15:03:19 Re: Should we update the random_page_cost default value?