diff options
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r-- | src/backend/utils/init/postinit.c | 2 |
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. |