Use of obsolete libpq API

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Use of obsolete libpq API
Date: 2015-06-22 02:07:55
Message-ID: CAMsr+YEEMASsm0LDPiUgRmHd-cuds9T8rm0Jb71L=pGTpAS7Tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi

PgAdmin-III still uses the obsolete macro PQnoPasswordSupplied .

It should instead use PQconnectionNeedsPassword(...).

Context:

pgadmin/dlg/dlgSelectConnection.cpp:
newconn->GetLastError().Cmp(wxString(PQnoPasswordSupplied,
wxConvUTF8)) == 0)

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Browse pgadmin-support by date

  From Date Subject
Next Message Ron Gregor 2015-06-29 15:51:04 Retore database on win xp from back up created with win 7 64 bit gets unsupported version
Previous Message Melvin Davidson 2015-06-15 19:54:05 Re: Unable to Restor Table Named "User"