pgsql: Replace perror with custom postgres logging

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace perror with custom postgres logging
Date: 2024-03-08 22:34:34
Message-ID: E1riinS-002nNH-6f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace perror with custom postgres logging

perror() is not used in postgres anymore out of policy, this replaces
the final callsites with the custom postgres logging framework.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/89B00F63-40F7-4D82-8353-DC9CABBAC1D1@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6929e133b309d5d4568b5ed25b136935f63be618

Modified Files
--------------
src/common/exec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-03-09 00:14:05 pgsql: Fix type signedness error in commit 5c40364dd6.
Previous Message Tom Lane 2024-03-08 17:07:44 pgsql: Improve WIN32 waiting logic in psql's \watch command.