File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5741,7 +5741,7 @@ do_start_bgworker(RegisteredBgWorker *rw)
5741
5741
case -1 :
5742
5742
/* in postmaster, fork failed ... */
5743
5743
ereport (LOG ,
5744
- (errmsg ("could not fork worker process: %m" )));
5744
+ (errmsg ("could not fork background worker process: %m" )));
5745
5745
/* undo what assign_backendlist_entry did */
5746
5746
ReleasePostmasterChildSlot (rw -> rw_child_slot );
5747
5747
rw -> rw_child_slot = 0 ;
@@ -5853,7 +5853,7 @@ assign_backendlist_entry(RegisteredBgWorker *rw)
5853
5853
{
5854
5854
ereport (LOG ,
5855
5855
(errcode (ERRCODE_CONFIGURATION_LIMIT_EXCEEDED ),
5856
- errmsg ("no slot available for new worker process" )));
5856
+ errmsg ("no slot available for new background worker process" )));
5857
5857
return false;
5858
5858
}
5859
5859
You can’t perform that action at this time.
0 commit comments