On 08.12.23 19:14, Andres Freund wrote:
FWIW, I did some analysis on aggregated logs on a larger number of machines, and it does look like that'd be a measurable increase in log volume. There are a few voluminous internal errors in core, but the bigger issue is extensions. They are typically much less disciplined about assigning error codes than core PG is.
Good point. Also, during development, I often just put elog(ERROR, "real error later").