Replace perror with custom postgres logging
authorDaniel Gustafsson <[email protected]>
Fri, 8 Mar 2024 21:50:20 +0000 (22:50 +0100)
committerDaniel Gustafsson <[email protected]>
Fri, 8 Mar 2024 21:50:20 +0000 (22:50 +0100)
commit6929e133b309d5d4568b5ed25b136935f63be618
tree899f64c79eb63d5674968ef77933b715fe464b10
parentf07a20c8a3b15e71d3cbfcfed0600956042cbe74
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 <[email protected]>
Reviewed-by: Peter Eisentraut <[email protected]>
Discussion: https://postgr.es/m/89B00F63-40F7-4D82-8353-DC9CABBAC1D1@yesql.se
src/common/exec.c