Content-Length: 286157 | pFad | http://github.com/postgrespro/postgres/commit/95b44bb025b5d13c673662af68a218bd1873861f

17 Unify some error messages · postgrespro/postgres@95b44bb · GitHub
Skip to content

Commit 95b44bb

Browse files
committed
Unify some error messages
1 parent c61c0cb commit 95b44bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/pg_prewarm/autoprewarm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ apw_start_database_worker(void)
867867
ereport(ERROR,
868868
(errcode(ERRCODE_INSUFFICIENT_RESOURCES),
869869
errmsg("registering dynamic bgworker autoprewarm failed"),
870-
errhint("Consider increasing configuration parameter \"max_worker_processes\".")));
870+
errhint("Consider increasing the configuration parameter \"%s\".", "max_worker_processes")));
871871

872872
/*
873873
* Ignore return value; if it fails, postmaster has died, but we have

src/backend/postmaster/bgworker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ RegisterBackgroundWorker(BackgroundWorker *worker)
928928
"Up to %d background workers can be registered with the current settings.",
929929
max_worker_processes,
930930
max_worker_processes),
931-
errhint("Consider increasing the configuration parameter \"max_worker_processes\".")));
931+
errhint("Consider increasing the configuration parameter \"%s\".", "max_worker_processes")));
932932
return;
933933
}
934934

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/95b44bb025b5d13c673662af68a218bd1873861f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy