aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-02-20 13:51:36 -0800
committerAndres Freund <andres@anarazel.de>2022-02-20 13:51:36 -0800
commitfbabdf8f9a55894f7cd8f0fa86c9a4ef55576296 (patch)
tree2e34c9cc20f2e2e2b9acfb841531ca6323f081e1 /src/backend/utils/init/postinit.c
parent83a7637e2c5be27a0788b920501dde284b3fca33 (diff)
downloadpostgresql-fbabdf8f9a55894f7cd8f0fa86c9a4ef55576296.tar.gz
postgresql-fbabdf8f9a55894f7cd8f0fa86c9a4ef55576296.zip
Fix meaning-changing typo introduced in fa0e03c15a9f.
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r--src/backend/utils/init/postinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index e2208151e45..8a332a72b12 100644
--- a/src/backend/utils/init/postinit.c
+++ b/src/backend/utils/init/postinit.c
@@ -710,7 +710,7 @@ InitPostgres(const char *in_dbname, Oid dboid, const char *username,
}
/*
- * If this is either a bootstrap process nor a standalone backend, start
+ * If this is either a bootstrap process or a standalone backend, start
* up the XLOG machinery, and register to have it closed down at exit.
* In other cases, the startup process is responsible for starting up
* the XLOG machinery, and the checkpointer for closing it down.