pgsql/src/backend/access/transam (xlog.c)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/access/transam (xlog.c)
Дата
Msg-id 200011252033.eAPKXou37680@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Saturday, November 25, 2000 @ 15:33:50
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/transam
     from hub.org:/home/projects/pgsql/tmp/cvs-serv37594/src/backend/access/transam

Modified Files:
    xlog.c

-----------------------------  Log Message  -----------------------------

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.


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/utils (builtins.h)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml (runtime.sgml)