failing - Search results
Mailing lists >> pgsql-patches >> Thread
2008-09-03 19:09:16 | Re: libpq events patch (Andrew Chernow)
failed during PGEVT_CONNRESET event\n"), ! conn->events[i].proc); ! return PGRES_POLLING_FAILED; ! } ! } ! } ! ! return
Mailing lists >> pgsql-patches >> Thread
2008-09-03 13:25:22 | libpq events patch (Andrew Chernow)
failed during PGEVT_CONNRESET event\n"), ! conn->events[i].proc); ! return PGRES_POLLING_FAILED; ! } ! } ! } ! ! return
Mailing lists >> pgsql-patches >> Thread
2008-05-20 01:37:19 | Re: libpq object hooks (libpq events) (Andrew Chernow)
failed during PGEVT_CONNRESET event\n"), ! conn->events[i].proc); ! return PGRES_POLLING_FAILED; ! } ! } ! } ! ! return
Mailing lists >> pgsql-patches >> Thread
2008-05-17 09:28:39 | Re: libpq object hooks (libpq events) (Andrew Chernow)
FAILED; case CONNECTION_OK: + if(!pqRegisterGlobalEvents(conn)) + { + conn->status = CONNECTION_BAD; + return PGRES_POLLING_FAILED
Mailing lists >> pgsql-patches >> Thread
2008-05-16 23:34:36 | Re: libpq object hooks (Andrew Chernow)
fail. For instance: for the creation of result objects "PGEVT_RESULTCREATE", I am clearing the result
Mailing lists >> pgsql-patches >> Thread
2008-05-16 23:19:31 | Re: libpq object hooks (Tom Lane)
fail to work with that PGresult. That doesn't seem very nice. ISTM the hook
Mailing lists >> pgsql-patches >> Thread
2008-05-16 18:38:16 | Re: libpq object hooks (Merlin Moncure)
fails for some reason only known to the hooking library. In either case, the callback
Mailing lists >> pgsql-patches >> Thread
2008-05-16 17:23:26 | Re: libpq object hooks (Tom Lane)
fails to create the storage (ie, out of memory during PGresult creation)? I am entirely
Mailing lists >> pgsql-patches >> Thread
2008-05-14 15:09:33 | Re: libpq object hooks (Andrew Chernow)
FAILED; case CONNECTION_OK: + pqInitObjectHooks(conn); return PGRES_POLLING_OK; /* These are reading states */ case