pgsql: Disable asserts by default on msvc build (to make it the same as

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable asserts by default on msvc build (to make it the same as
Date: 2007-12-06 17:07:37
Message-ID: 20071206170737.14D327540F0@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Disable asserts by default on msvc build (to make it the same
as in unix)

Modified Files:
--------------
pgsql/src/tools/msvc:
config.pl (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/config.pl?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-12-06 17:47:25 pgsql: Add missing table entry for lastval(), per Jeff Davis.
Previous Message User Mkz 2007-12-06 15:04:59 plproxy - plproxy: simplify the PLPROXY_IDLE_CONN_CHECK related code