From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Change debug printing to log filename |
Date: | 2024-04-07 22:26:06 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Change debug printing to log filename
When restarting the cluster fails the code introduced in 33774978c78
printed the full log contents to aid debugging. For cases when the
logfile is large this adds unnecessary overhead. Reduce to printing
the logfile path instead.
Reported-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2024-04-07 22:28:06 | pgsql: Transform OR clauses to ANY expression |
Previous Message | Tom Lane | 2024-04-07 21:16:39 | pgsql: Doc: clarify behavior of boolean options in replication protocol |