plpsm - plpgpsm: There's no need for the ifdefs.

From: okbob(at)pgfoundry(dot)org (User Okbob)
To: pgsql-committers(at)postgresql(dot)org
Subject: plpsm - plpgpsm: There's no need for the ifdefs.
Date: 2007-02-10 20:43:33
Message-ID: 20070210204333.6BB8B217289@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
There's no need for the ifdefs. The new way of using the tid of the pg_proc tuple instead of cmin is just as good on older versions.

--
Heikki Linnakangas

Modified Files:
--------------
plpgpsm/src:
gram.y (r1.36 -> r1.37)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.36&r2=1.37)
pl_comp.c (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/pl_comp.c.diff?r1=1.14&r2=1.15)
pl_exec.c (r1.38 -> r1.39)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/pl_exec.c.diff?r1=1.38&r2=1.39)
plpgpsm.h (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/plpgpsm.h.diff?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-02-10 20:44:00 pgsql: Improve documentation for CREATE CONSTRAINT TRIGGER.
Previous Message User Mha 2007-02-10 19:52:45 pgsql: Fix pg_standby to build on msvc.