aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2017-09-19 22:59:36 -0700
committerAndres Freund <andres@anarazel.de>2017-09-22 11:35:26 -0700
commitf9583e86b4bfa8c4e4d83ab33e5dcdaeab5c45a1 (patch)
tree5ee18515de0d335d6ec7e19f99cc0ea63df20012 /src
parent6a2fa09c0cba0e5a11854d733872ac18511f4c83 (diff)
downloadpostgresql-f9583e86b4bfa8c4e4d83ab33e5dcdaeab5c45a1.tar.gz
postgresql-f9583e86b4bfa8c4e4d83ab33e5dcdaeab5c45a1.zip
Fix s/intidb/initdb/ typo.
Reported-By: Michael Paquier Discussion: https://postgr.es/m/CAB7nPqTfaKAYZ4wuUM-W8kc4VnXrxX1=5-a9i==VoUPTMFpsgg@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config_manual.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index 9615a389af2..b0481753210 100644
--- 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 intidb when run
+ * This is default value for wal_segment_size to be used at initdb when run
* without --walsegsize option. Must be a valid segment size.
*/
#define DEFAULT_XLOG_SEG_SIZE (16*1024*1024)