pgsql: Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY
Дата
Msg-id 20080712022843.3B737754A84@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;
it's just too dang expensive.  Per recent discussion, but I just got my
nose rubbed in it again while doing some performance checking.

Modified Files:
--------------
    pgsql/src/include:
        pg_config_manual.h (r1.34 -> r1.35)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config_manual.h?r1=1.34&r2=1.35)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Const-ify the arguments of str_tolower() and friends to suppress
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: More replacements of binary compatible to binary coercible.