The following bug has been logged online:

Bug reference:      3722
Logged by:          Henning Nitschke
Email address:      [EMAIL PROTECTED]
PostgreSQL version: 8.2
Operating system:   Java
Description:        PSQLWarning missing call to super in CTOR
Details: 

public PSQLWarning(ServerErrorMessage err)
{
  super(err.toString()); // <== missing
  this.serverError = err;
}

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to