Skip to content

Commit 3f16cb5

Browse files
committed
Fix out of date comment
1 parent d2e4bf6 commit 3f16cb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4468,8 +4468,7 @@ BackendInitialize(Port *port)
44684468
* BackendRun -- set up the backend's argument list and invoke PostgresMain()
44694469
*
44704470
* returns:
4471-
* Shouldn't return at all.
4472-
* If PostgresMain() fails, return status.
4471+
* Doesn't return at all.
44734472
*/
44744473
static void
44754474
BackendRun(Port *port)

0 commit comments

Comments
 (0)