Fix s/intidb/initdb/ typo.
authorAndres Freund <andres@anarazel.de>
Wed, 20 Sep 2017 05:59:36 +0000 (22:59 -0700)
committerAndres 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

index 9615a389af25d3d9d4f7cc1d7779c06f676b29c3..b0481753210a9987dccbed891411d09aa5d02a7e 100644 (file)
@@ -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)