Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Postgres 7.3 problems

On Wed, 2002-12-11 at 04:59, Radu-Adrian Popescu wrote:
> What kind of JDBC problems are you having with Postgresql ?
> We've been using Postgresql/Tomcat to run an internal web project
> management/tracker, naturally using jdbc.
> Also i've worked with row-functions and LOBs in postgres (on 7.3 and 7.2
> respectively).
> The only bug (and only with a particular jdbc binary build) we noticed it a
> "password authentication error"
> (rejected login) that happens somewhat randomly and without any obvious
> cause.
> If the person in charge whishes to get some help on postgresql issues,
> please reply to this email with more info.

Thanks for offering to help.

I recently updated the postgresql document, to update description to
make postgres 7.2.3 the current postgresql version, and added a short
section at the end about 7.3 and the problems I encountered.

To duplicate the problem:

 download current core-bin and core-src tar's

 install the stellation core as described in the 
   'Core Install' document

 build the core from source as described in 'Core Build'

 run the tests:

       ant -f core-build.xml test

When I do this, all tests pass with 7.2.3, some fail with 7.3.

Though you should be able to do this now, you might want
to wait until we have current builds based on the source
reorganization changes that Mark has just checked in. With
luck I'll have this done later today. 

dave

-- 
Dave Shields, IBM Research, shields@xxxxxxxxxxxxxx. 


Back to the top