On 14.10.25 22:45, Jeff Davis wrote:
> If you think we can change the initdb default without introducing an
> environment variable, then perhaps we don't need v3-0002. What do you
> think about v3-0001?
I think in general it could make sense to do something like
+#define DEFAULT_BUILTIN_LOCALE "C.UTF-8"
+#define DEFAULT_ICU_LOCALE "und"
But that patch adds a nontrivial amount of new logic and contains no
documentation, and some of the additional information is spread over
other threads, so I don't have the whole picture.