BUG #3722: PSQLWarning missing call to super in CTOR - Mailing list pgsql-bugs

From Henning Nitschke
Subject BUG #3722: PSQLWarning missing call to super in CTOR
Date
Msg-id 200711061224.lA6COtg3085569@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3722: PSQLWarning missing call to super in CTOR  (Kris Jurka <books@ejurka.com>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3722
Logged by:          Henning Nitschke
Email address:      Henning.Nitschke@arag.de
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;
}

pgsql-bugs by date:

Previous
From: "Sam Mason"
Date:
Subject: BUG #3723: dropping an index that doesn't refer to table's columns
Next
From: Tom Lane
Date:
Subject: Re: BUG #3723: dropping an index that doesn't refer to table's columns