Fix out of date comment

This commit is contained in:
Magnus Hagander 2020-11-10 13:14:09 +01:00
parent d2e4bf688e
commit 3f16cb505d
1 changed files with 1 additions and 2 deletions

View File

@ -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)