Daniel Gustafsson <dan...@yesql.se> writes: > On 16 May 2024, at 13:35, Peter Eisentraut <pe...@eisentraut.org> wrote: >> - errmsg("WAL generated with full_page_writes=off was replayed " >> + errmsg("WAL generated with \"full_page_writes=off\" was replayed " > I'm not a fan of this syntax, but I at the same time can't offer a better idea > so this isn't an objection but a hope that it can be made even better during > the v18 cycle.
Yeah ... formally correct would be something like errmsg("WAL generated with \"full_page_writes\"=\"off\" was replayed " but that's a bit much for my taste. regards, tom lane