projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399edaf
)
Fix typo.
author
Andres Freund
<andres@anarazel.de>
Fri, 13 Aug 2021 12:44:03 +0000
(
05:44
-0700)
committer
Andres Freund
<andres@anarazel.de>
Fri, 13 Aug 2021 12:44:03 +0000
(
05:44
-0700)
Reported-By: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz
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 5089dd43ae2190fbc07ddfea1614fda052bbf730..78bc64671ec5a277e741e2d4675e3088a62eb3b4 100644
(file)
--- a/
src/backend/utils/init/postinit.c
+++ b/
src/backend/utils/init/postinit.c
@@
-537,7
+537,7
@@
BaseInit(void)
InitBufferPoolAccess();
/*
- * Initialize temporary file access after pgstat, so that the temorary
+ * Initialize temporary file access after pgstat, so that the tem
p
orary
* file shutdown hook can report temporary file statistics.
*/
InitTemporaryFileAccess();