pgsql/src/pl/plpgsql/src (pl_comp.c)

From: Bruce Momjian - CVS <momjian>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl/plpgsql/src (pl_comp.c)
Date: 2000-05-11 04:00:02
Message-ID: 200005110400.AAA52233@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Thursday, May 11, 2000 @ 00:00:00
Author: momjian

Update of /usr/local/cvsroot/pgsql/src/pl/plpgsql/src
from hub.org:/home/tmp/cvs-serv52220/pgsql/src/pl/plpgsql/src

Modified Files:
pl_comp.c

----------------------------- Log Message -----------------------------

Oops, plpgsql didn't have the datetime->timestamp and timespan->interval
mappings. In fact, it had them backward because it was using the 6.5.*
code. Copied them from parser/gram.y, so it is fixed now. Looks like
our first 7.0.1 fix. Oops, seems Tom has beat me to it as I was typing
this.

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2000-05-11 09:37:17 [WEBMASTER] 'www/html/lists pgsql-ayuda.shtml'
Previous Message Bruce Momjian 2000-05-11 03:59:59 Re: pgsql/src/backend/tcop (utility.c)