Commit f9583e86 authored by Andres Freund's avatar Andres Freund

Fix s/intidb/initdb/ typo.

Reported-By: Michael Paquier
Discussion: https://postgr.es/m/CAB7nPqTfaKAYZ4wuUM-W8kc4VnXrxX1=5-a9i==VoUPTMFpsgg@mail.gmail.com
parent 6a2fa09c
...@@ -14,7 +14,7 @@ ...@@ -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. * without --walsegsize option. Must be a valid segment size.
*/ */
#define DEFAULT_XLOG_SEG_SIZE (16*1024*1024) #define DEFAULT_XLOG_SEG_SIZE (16*1024*1024)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment