| From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de>, Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | Re: reduce size of logs stored by buildfarm |
| Date: | 2025-11-25 18:14:56 |
| Message-ID: | 202511251812.xtuqitwsny45@alvherre.pgsql |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2025-Nov-25, Andrew Dunstan wrote:
> I think his patches 1 and 3 seem like no-brainers.
On 2025-Nov-25, Andres Freund wrote:
> On 2025-11-25 14:30:33 +0100, Álvaro Herrera wrote:
> > I just noticed that one regress log file for the pg_dump test is about
> > 7MB long because it contains totally unnecessary dump files in the
> > regress log output. This is because the tests run pg_dump of schema
> > pg_catalog without redirecting the output anywhere, which means it goes
> > to stdout, and then `prove` helpfully puts it in the regress log file.
> > This is completely pointless. We can make the log file 1 MB instead by
> > adding a --file parameter to that command, as 0001 attached.
>
> Yea, that makes no sense.
Thanks, pushed 0001.
--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"Postgres is bloatware by design: it was built to house
PhD theses." (Joey Hellerstein, SIGMOD annual conference 2002)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jacob Champion | 2025-11-25 18:39:29 | Re: reduce size of logs stored by buildfarm |
| Previous Message | Joel Jacobson | 2025-11-25 18:14:12 | Re: [PATCH] Avoid pallocs in async.c's "critical section" |