projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a7637
)
Fix meaning-changing typo introduced in fa0e03c15a9f.
author
Andres Freund
<
[email protected]
>
Sun, 20 Feb 2022 21:51:36 +0000
(13:51 -0800)
committer
Andres Freund
<
[email protected]
>
Sun, 20 Feb 2022 21:51:36 +0000
(13:51 -0800)
src/backend/utils/init/postinit.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/init/postinit.c
b/src/backend/utils/init/postinit.c
index e2208151e45f015953ea7ff672dcb87bfb7954e8..8a332a72b12091ffdcd702ba5d1f5c4d55ed2510 100644
(file)
--- 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
n
or 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.