projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2fa09
)
Fix s/intidb/initdb/ typo.
author
Andres Freund
<andres@anarazel.de>
Wed, 20 Sep 2017 05:59:36 +0000
(22:59 -0700)
committer
Andres Freund
<andres@anarazel.de>
Fri, 22 Sep 2017 18:35:26 +0000
(11:35 -0700)
Reported-By: Michael Paquier
Discussion: https://postgr.es/m/CAB7nPqTfaKAYZ4wuUM-W8kc4VnXrxX1=5-a9i==VoUPTMFpsgg@mail.gmail.com
src/include/pg_config_manual.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pg_config_manual.h
b/src/include/pg_config_manual.h
index 9615a389af25d3d9d4f7cc1d7779c06f676b29c3..b0481753210a9987dccbed891411d09aa5d02a7e 100644
(file)
--- a/
src/include/pg_config_manual.h
+++ b/
src/include/pg_config_manual.h
@@
-14,7
+14,7
@@
*/
/*
- * This is default value for wal_segment_size to be used at in
ti
db when run
+ * This is default value for wal_segment_size to be used at in
it
db when run
* without --walsegsize option. Must be a valid segment size.
*/
#define DEFAULT_XLOG_SEG_SIZE (16*1024*1024)