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.

Make error messages about WAL segment size more consistent

2023-08-22 Thread Peter Eisentraut
be overkill, but that way the check is in the right place and it becomes more self-documenting.From f5a933aa4ea7980c3df6d74d845a95f2ce0d5153 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 22 Aug 2023 15:16:28 +0200 Subject: [PATCH] Make error messages about WAL segment size more