projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e4bf6
)
Fix out of date comment
author
Magnus Hagander
Tue, 10 Nov 2020 12:14:09 +0000
(13:14 +0100)
committer
Magnus Hagander
Tue, 10 Nov 2020 12:15:44 +0000
(13:15 +0100)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index f6d9b0fa8b660be17e9d5fab10bf6598b06e9fe5..b7799ed1d244043ca3e35a3744093aede9572c10 100644
(file)
--- a/
src/backend/postmaster/postmaster.c
+++ b/
src/backend/postmaster/postmaster.c
@@
-4468,8
+4468,7
@@
BackendInitialize(Port *port)
* BackendRun -- set up the backend's argument list and invoke PostgresMain()
*
* returns:
- * Shouldn't return at all.
- * If PostgresMain() fails, return status.
+ * Doesn't return at all.
*/
static void
BackendRun(Port *port)