Use placeholders and not GUC names in error message (autovacuum)
Michael Paquier <michael@paquier.xyz>
Use placeholders and not GUC names in error message (autovacuum) A placeholder %s is now used instead of the GUC names in the error string of this routine. This is going to be useful for a follow-up patch, where we will be able to reuse the same string, hence reducing the translation work. Based on a suggestion by me. Author: Baji Shaik <baji.pgdev@gmail.com> Discussion: https://postgr.es/m/ajnhfw84reaXgjfO@paquier.xyz
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/autovacuum.c | modified | +5 −4 |
Discussion
- [PATCH] Warn when io_min_workers exceeds io_max_workers 10 messages · 2026-06-22 → 2026-07-06