Michael Glaesemann <grzm@myrealbox.com> writes:
> I've been making a bit of progress on adding a day field to the
> Interval struct (thanks to the help of this list and the find folks
> on IRC). Selects and basic math seem to be working, and the code is
> passing more regression tests than it was before.
> I'm running into a bit of a problem with storing the data in
> relations. For example:
Hm, have you adjusted the size (typlen) shown for "interval" in pg_type?
(This is of course an initdb-forcing change.)
regards, tom lane