On Thu, Dec 1, 2016 at 5:00 AM, Mithun Cy <mithun...@enterprisedb.com> wrote: > On Wed, Nov 30, 2016 at 7:14 AM, Mithun Cy <mithun...@enterprisedb.com> > wrote: >> Thanks, send query resets the errorMessage. Will fix same. >> PQsendQuery()->PQsendQueryStart()->resetPQExpBuffer(&conn->errorMessage); > > Please find the patch which fixes this bug. conn->errorMessage as per > definition only stores current error message, a new member > conn->savedMessage is introduced to save and restore error messages related > to previous hosts which we failed to connect.
Couldn't this just be a variable in PQconnectPoll(), instead of adding a new structure member? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers