Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fbabdf8

Browse files
committed
Fix meaning-changing typo introduced in fa0e03c.
1 parent 83a7637 commit fbabdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/init/postinit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ InitPostgres(const char *in_dbname, Oid dboid, const char *username,
710710
}
711711

712712
/*
713-
* If this is either a bootstrap process nor a standalone backend, start
713+
* If this is either a bootstrap process or a standalone backend, start
714714
* up the XLOG machinery, and register to have it closed down at exit.
715715
* In other cases, the startup process is responsible for starting up
716716
* the XLOG machinery, and the checkpointer for closing it down.

0 commit comments

Comments
 (0)