clients - Search results

2008-09-03 19:09:16 | Re: libpq events patch (Andrew Chernow)

client_encoding = conn->client_encoding; + /* copy events from connection */ + if (conn->nEvents > 0) + { + result->events

2008-09-03 13:25:22 | libpq events patch (Andrew Chernow)

client_encoding = conn->client_encoding; + /* copy events from connection */ + if(conn->nEvents > 0) + { + result->events

2008-05-20 01:37:19 | Re: libpq object hooks (libpq events) (Andrew Chernow)

client_encoding = conn->client_encoding; + /* copy events from connection */ + if(conn->nEvents > 0) + { + result->events

2008-05-19 22:08:11 | Re: libpq object hooks (libpq events) (Tom Lane)

client needs both pointers, but I have a feeling that most callers will only care

2008-05-17 09:28:39 | Re: libpq object hooks (libpq events) (Andrew Chernow)

client_encoding = conn->client_encoding; + /* copy event states from connection */ + if(conn->evtStateCount > 0) + { + result

2008-05-14 15:09:33 | Re: libpq object hooks (Andrew Chernow)

client_encoding = conn->client_encoding; + /* copy object hooks from connection */ + if(conn->objHooksCount > 0) + { + result

2008-05-14 00:22:10 | Re: libpq object hooks (Andrew Dunstan)

client anyway, so they can do what they like with it after they get it out of the resultset