]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use placeholders and not GUC names in error message (autovacuum)
authorMichael Paquier <michael@paquier.xyz>
Tue, 30 Jun 2026 07:16:56 +0000 (16:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 30 Jun 2026 07:16:56 +0000 (16:16 +0900)
commit7905416eef9b2ad2ff8783330d830ef2c28bef2a
treee340bc518347043c5a6051439e3be319ee1d5754
parentc776550e4662385b0ebeac653ae86755008d29f3
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
src/backend/postmaster/autovacuum.c