BUG #3722: PSQLWarning missing call to super in CTOR

From: "Henning Nitschke" <Henning(dot)Nitschke(at)arag(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3722: PSQLWarning missing call to super in CTOR
Date: 2007-11-06 12:24:55
Message-ID: 200711061224.lA6COtg3085569@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3722
Logged by: Henning Nitschke
Email address: Henning(dot)Nitschke(at)arag(dot)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;
}

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sam Mason 2007-11-06 13:10:19 BUG #3723: dropping an index that doesn't refer to table's columns
Previous Message Tom Lane 2007-11-05 19:08:13 Re: Possible planner bug/regression introduced in 8.2.5