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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY
Date
Msg-id 20080712022843.3B737754A84@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Const-ify the arguments of str_tolower() and friends to suppress
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: More replacements of binary compatible to binary coercible.