projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbded5b
)
Change error message to be able to differentiate the two cases. Per suggestion
author
Alvaro Herrera
<
[email protected]
>
Wed, 20 Feb 2008 16:48:12 +0000
(16:48 +0000)
committer
Alvaro Herrera
<
[email protected]
>
Wed, 20 Feb 2008 16:48:12 +0000
(16:48 +0000)
from Jaime Casanova.
src/backend/postmaster/autovacuum.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/autovacuum.c
b/src/backend/postmaster/autovacuum.c
index 3925a8aa6adc0cb0599257bbb2253917521dcdd8..9c2ba03c0404b2a0002f70c3759bd51b2cfa1aa3 100644
(file)
--- a/
src/backend/postmaster/autovacuum.c
+++ b/
src/backend/postmaster/autovacuum.c
@@
-352,7
+352,7
@@
StartAutoVacLauncher(void)
{
case -1:
ereport(LOG,
- (errmsg("could not fork autovacuum process: %m")));
+ (errmsg("could not fork autovacuum
launcher
process: %m")));
return 0;
#ifndef EXEC_BACKEND
@@
-1400,7
+1400,7
@@
StartAutoVacWorker(void)
{
case -1:
ereport(LOG,
- (errmsg("could not fork autovacuum process: %m")));
+ (errmsg("could not fork autovacuum
worker
process: %m")));
return 0;
#ifndef EXEC_BACKEND