]> granicus.if.org Git - postgresql/commit
Oops, plpgsql didn't have the datetime->timestamp and timespan->interval
authorBruce Momjian <bruce@momjian.us>
Thu, 11 May 2000 04:00:00 +0000 (04:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 11 May 2000 04:00:00 +0000 (04:00 +0000)
commit992e7dd4e34a502be008e7f71df80feec27272a1
treeb18e07abaa469f14fb7a9f970d76977d9260dc30
parent37c652f89bfc6ce428dad082a8623751604dd9b9
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.
src/pl/plpgsql/src/pl_comp.c