projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
626f9be
)
Fix typo in bgworker.c
author
Robert Haas
<rhaas@postgresql.org>
Fri, 30 Oct 2015 09:35:33 +0000
(10:35 +0100)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 30 Oct 2015 09:38:39 +0000
(10:38 +0100)
src/backend/postmaster/bgworker.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/bgworker.c
b/src/backend/postmaster/bgworker.c
index 87347c3f3eaf6cbb984dc2e577314dfc42be42d5..b6327831e7daae134c24f1ae7f73a6254bbd837b 100644
(file)
--- a/
src/backend/postmaster/bgworker.c
+++ b/
src/backend/postmaster/bgworker.c
@@
-845,7
+845,7
@@
RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
/*
* We can't register dynamic background workers from the postmaster. If
* this is a standalone backend, we're the only process and can't start
- * any more. In a multi-process environ
e
ment, it might be theoretically
+ * any more. In a multi-process environment, it might be theoretically
* possible, but we don't currently support it due to locking
* considerations; see comments on the BackgroundWorkerSlot data
* structure.