Re: Bug Report

From: Dave Page <dpage(at)postgresql(dot)org>
To: "Zongliang, Quan" <quanzongliang(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Bug Report
Date: 2007-04-04 15:23:56
Message-ID: 4613C30C.2000501@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Zongliang, Quan wrote:
> In pgServer.cpp, Line 752:
>
> if (executed)
> {
> password = newVal;
> StorePassword();
> ---> return false;
> }
> else
> return false;
>
> Although the passwd had been changed successfully with "Change Password"
> dialog. "The password could not be changed!" message always popup.
>
> Line 756 should be "return true";

Thanks, I've committed a fix for this and some related issues.

Regards, Dave

In response to

  • Bug Report at 2007-04-04 09:53:26 from Zongliang, Quan

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-04-04 15:33:58 Re: Debugger integration
Previous Message svn 2007-04-04 15:21:12 SVN Commit by dpage: r6168 - in trunk/pgadmin3: . pgadmin/include/schema pgadmin/schema