summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2020-11-10 12:14:09 +0000
committerMagnus Hagander2020-11-10 12:15:44 +0000
commit3f16cb505d1d734674da2a2cbf2104ceae22f9b4 (patch)
tree54f89cebb68d9bb4b9ce5ac1eb68fbc859ce67d7
parentd2e4bf688e16f95d180b68b7cbb7881b12434dba (diff)
Fix out of date comment
-rw-r--r--src/backend/postmaster/postmaster.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index f6d9b0fa8b6..b7799ed1d24 100644
--- 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)