1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Fix s/intidb/initdb/ typo.

Reported-By: Michael Paquier
Discussion: https://postgr.es/m/CAB7nPqTfaKAYZ4wuUM-W8kc4VnXrxX1=5-a9i==VoUPTMFpsgg@mail.gmail.com
This commit is contained in:
Andres Freund
2017-09-19 22:59:36 -07:00
parent 6a2fa09c0c
commit f9583e86b4

View 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. * 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)