Make initdb print a message about which locale it is about to use.
Peter Eisentraut <peter_e@gmx.net>
Make initdb print a message about which locale it is about to use. Re-add warning if the locale prevents LIKE-optimization. Done within initdb now.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +5 −6 |
| src/backend/access/transam/xlog.c | modified | +1 −15 |
| src/backend/utils/adt/selfuncs.c | modified | +3 −1 |
| src/bin/initdb/initdb.sh | modified | +25 −1 |