Commit 3f16cb50 authored by Magnus Hagander's avatar Magnus Hagander

Fix out of date comment

parent d2e4bf68
...@@ -4468,8 +4468,7 @@ BackendInitialize(Port *port) ...@@ -4468,8 +4468,7 @@ BackendInitialize(Port *port)
* BackendRun -- set up the backend's argument list and invoke PostgresMain() * BackendRun -- set up the backend's argument list and invoke PostgresMain()
* *
* returns: * returns:
* Shouldn't return at all. * Doesn't return at all.
* If PostgresMain() fails, return status.
*/ */
static void static void
BackendRun(Port *port) BackendRun(Port *port)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment