Re: regression in 8.8.2 [was Re: [GENERAL] Very strange error]

2007-02-06 Thread andrea
On Tue, Feb 06, 2007 at 03:23:29PM -0300, Alvaro Herrera wrote: > The fix is already in the REL8_2_STABLE branch, so Andrea can certainly > update and confirm if his problem is fixed. Confirmed, after the last cvs checkout it works fine. thanks! ---(end of broadcast)--

Re: regression in 8.8.2 [was Re: [GENERAL] Very strange error]

2007-02-06 Thread Alvaro Herrera
Bruce Momjian wrote: > Andrea Arcangeli wrote: > > Actually I'm using the REL8_2_STABLE branch in CVS which may be a bit > > more advanced than the plain 8.2.2, but still it's supposedly a stable > > branch. > > > > The easiest way for me to reproduce is this: > > > > cpushare=> create table x (

Re: regression in 8.8.2 [was Re: [GENERAL] Very strange error]

2007-02-06 Thread andrea
On Tue, Feb 06, 2007 at 01:19:28PM -0500, Bruce Momjian wrote: > This is a known bug in 8.2.2 and we are discussing methods of > distributing the fix as quickly as possible. Ok great! Take your time, thanks. ---(end of broadcast)--- TIP 3: Have you

Re: regression in 8.8.2 [was Re: [GENERAL] Very strange error]

2007-02-06 Thread Bruce Momjian
Andrea Arcangeli wrote: > On Tue, Feb 06, 2007 at 10:09:16AM -0500, Michael Slattery wrote: > > When does this error crop up? What is the query? Does this select > > involve more than one table, or does it involve any homemade > > functions? Or overriden functions? > > My application broke