Tom Lane wrote: > > Simon Brooke <[EMAIL PROTECTED]> writes: > > curr_conn = result->conn; > > if ((curr_conn == NULL) && (pgTypeRes==0)) { > > Get rid of curr_conn and the ensuing test on same, is my advice. > This code should never have been reaching inside PGresult to begin > with... Thanks, this worked. -- Simon Brooke, Technical Director, Weft Technology Ltd -- http://www.weft.co.uk/ the weft is not just what binds the web: it is what makes it a web
- Re: [GENERAL] Linking legacy PHP stuff Tom Lane
- Re: [GENERAL] Linking legacy PHP stuff Tom Lane
- Simon Brooke