ereport(ERROR,
                                (errcode(ERRCODE_INSUFFICIENT_RESOURCES),
                                 errmsg("registering dynamic bgworker autoprewarm failed"),
-                                errhint("Consider increasing configuration parameter \"max_worker_processes\".")));
+                                errhint("Consider increasing the configuration parameter \"%s\".", "max_worker_processes")));
 
        /*
         * Ignore return value; if it fails, postmaster has died, but we have
 
                                                                  "Up to %d background workers can be registered with the current settings.",
                                                                  max_worker_processes,
                                                                  max_worker_processes),
-                                errhint("Consider increasing the configuration parameter \"max_worker_processes\".")));
+                                errhint("Consider increasing the configuration parameter \"%s\".", "max_worker_processes")));
                return;
        }