Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array changes

2002-09-11 Thread Bruce Momjian
Patch applied. Thanks. --- Teodor Sigaev wrote: > > > > intarray and ltree both seem to be mapping their own declarations onto > > arrays using largely-similar code. But while intarray fails its > > regression test, I

Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array changes

2002-09-10 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Teodor Sigaev wrote: > > > > intarray and lt

Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array

2002-09-09 Thread Teodor Sigaev
> intarray and ltree both seem to be mapping their own declarations onto > arrays using largely-similar code. But while intarray fails its > regression test, I find ltree still passes. So I'm confused about what > that code is really doing and don't want to touch it. Please, apply attached pa

Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array

2002-09-03 Thread mlw
This built and worked on my system. famous last words, huh? Bruce Momjian wrote: > > Can someone address the intagg issue here, or is the code OK? > > --- > > Tom Lane wrote: > > Joe Conway and I have just committed some

Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array changes

2002-09-02 Thread Bruce Momjian
I have already received a patch that modifies the regression tests and it seems things are working. However, it would be good for you to take a look. Fortunately, that can be done anytime during beta. Thanks. --- Oleg Bar

Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array

2002-09-02 Thread Oleg Bartunov
We'll be back to work next week and look into code. Oleg On Sun, 1 Sep 2002, Bruce Momjian wrote: > > Can someone address the intagg issue here, or is the code OK? > > --- > > Tom Lane wrote: > > Joe Conway and I hav

Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array changes

2002-09-01 Thread Bruce Momjian
Patch applied. Thanks. --- mlw wrote: > This built and worked on my system. > famous last words, huh? > > > Bruce Momjian wrote: > > > > Can someone address the intagg issue here, or is the code OK? > > > > --

Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array changes

2002-09-01 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://207.106.42.251/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- mlw wrote: > This built and worked on my system.

Re: [HACKERS] contrib/ intarray, ltree, intagg broken(?) by array changes

2002-09-01 Thread Bruce Momjian
Can someone address the intagg issue here, or is the code OK? --- Tom Lane wrote: > Joe Conway and I have just committed some changes in the internal > representation of Postgres arrays: an element-type-OID field is added t

[HACKERS] contrib/ intarray, ltree, intagg broken(?) by array changes

2002-08-26 Thread Tom Lane
Joe Conway and I have just committed some changes in the internal representation of Postgres arrays: an element-type-OID field is added to the array header, and alignment calculations are now done the same way as in ordinary tuple storage, instead of taking shortcuts. I believe that these changes