postgresql/src/backend/tcop
Tom Lane bbea3643a3 Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
re-adopt these settings at every postmaster or standalone-backend startup.
This should fix problems with indexes becoming corrupt due to failure to
provide consistent locale environment for postmaster at all times.  Also,
refuse to start up a non-locale-enabled compilation in a database originally
initdb'd with a non-C locale.  Suppress LIKE index optimization if locale
is not "C" or "POSIX" (are there any other locales where it's safe?).
Issue NOTICE during initdb if selected locale disables LIKE optimization.
2000-11-25 20:33:54 +00:00
..
dest.c Makeover for Unixware 7.1.1 2000-10-22 22:15:13 +00:00
fastpath.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
postgres.c Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; 2000-11-25 20:33:54 +00:00
pquery.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
utility.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00