Make initdb print a message about which locale it is about to use.

Peter Eisentraut <peter_e@gmx.net>

Commit: 1944bff1d6311735df02aa714c7966281ff97a53
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2002-05-09T13:30:24Z
Releases: 7.3.1
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

PathChange+/−
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