Re: Make error messages about WAL segment size more consistent

2023-08-28 Thread Peter Eisentraut
On 22.08.23 16:26, Aleksander Alekseev wrote: Hi Peter, This started out as a small patch to make pg_controldata use the logging API instead of printf statements, and then it became a larger patch to adjust error and warning messages about invalid WAL segment sizes (IsValidWalSegSize()) across

Re: Make error messages about WAL segment size more consistent

2023-08-22 Thread Aleksander Alekseev
Hi Peter, > This started out as a small patch to make pg_controldata use the logging > API instead of printf statements, and then it became a larger patch to > adjust error and warning messages about invalid WAL segment sizes > (IsValidWalSegSize()) across the board. Thanks for working on this.