pgsql: Fix plpython MSVC build in non-debug mode.

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix plpython MSVC build in non-debug mode.
Date: 2007-01-28 19:36:46
Message-ID: 20070128193646.D95DB9FB35D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix plpython MSVC build in non-debug mode.

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.92 -> r1.93)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.92&r2=1.93)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-01-28 20:25:38 pgsql: Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any
Previous Message Tom Lane 2007-01-28 19:05:35 pgsql: Remove some unnecessary conversion work in build_regtype_array().