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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY
Date: 2008-07-12 02:28:43
Message-ID: 20080712022843.3B737754A84@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-07-12 10:44:56 pgsql: More replacements of binary compatible to binary coercible.
Previous Message Tom Lane 2008-07-12 00:44:38 pgsql: Const-ify the arguments of str_tolower() and friends to suppress