From: Andres Freund Date: Sun, 20 Feb 2022 21:51:36 +0000 (-0800) Subject: Fix meaning-changing typo introduced in fa0e03c15a9f. X-Git-Tag: REL_15_BETA1~657 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=fbabdf8f9a55894f7cd8f0fa86c9a4ef55576296;p=postgresql.git Fix meaning-changing typo introduced in fa0e03c15a9f. --- 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.