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

From: Sami Imseih <samimseih(at)gmail(dot)com>
To: Mircea Cadariu <cadariu(dot)mircea(at)gmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, 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-16 21:04:41
Message-ID: CAA5RZ0uzsguZVqHGwr-y9uPzC=nRp+1m8Atk-q6pgh1sM0bTTw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> prion has just failed because it uses log_error_verbosity = verbose:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2025-10-16%2001%3A23%3A06
>
> Thanks for progressing this! In v15 attached, I adjusted the regex to work with all settings mentioned in the thread so far.
>
> How to check if there's any other setting like this to cover?

It looks like this was resolved with 02c171f, which overrides the
log_error_verbosity to 'default' in 009_log_temp_files.pl

https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=prion&br=master

--

Sami

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2025-10-16 21:58:45 Re: Optimizing ResouceOwner to speed up COPY
Previous Message Sami Imseih 2025-10-16 20:39:59 Re: Preserve index stats during ALTER TABLE ... TYPE ...