David Kaelbling <[EMAIL PROTECTED]> writes:
>> Those all look like big problems, though. They might all have a
>> single root cause ... hard to tell from here.
> Can you suggest how I might track them down or gather enough information
> that you could diagnose the problem?
In all seriousness, I
Peter Eisentraut wrote:
>
> On Wed, 29 Mar 2000, David Kaelbling wrote:
>
> > "info.c", line 2142: warning(1551): variable "htbl_stmt" is used before
> > its value is set
>
> > There were some "pointless comparison of unsigned integer with zero"
> > messages too. The linker also whined because
Tom Lane wrote:
>
> David, 6.5.2 is pretty much ancient history for us. Some of the
> problems you mention have been addressed in current sources, but
> I'm not sure if they all have been.
Yes, sorry -- that was a typo. I was building 6.5.3.
> > I also had some regression failures:
> > - o
On Wed, 29 Mar 2000, David Kaelbling wrote:
> "info.c", line 2142: warning(1551): variable "htbl_stmt" is used before
> its value is set
> There were some "pointless comparison of unsigned integer with zero"
> messages too. The linker also whined because fmgr_pl_finfo is multiply
> defined, as
David Kaelbling <[EMAIL PROTECTED]> writes:
> I built postgresql 6.5.2 for SGI IRIX 6.x systems, and ran into a few
> problems. I've have diffs if anyone needs them, but they all boil down
> to files in src/interfaces/odbc that use C++ comments in C code.
David, 6.5.2 is pretty much ancient hist
I built postgresql 6.5.2 for SGI IRIX 6.x systems, and ran into a few
problems. I've have diffs if anyone needs them, but they all boil down
to files in src/interfaces/odbc that use C++ comments in C code. I
built --without-CXX because libpq++ requires "", and so can only
be built with g++.
Som