![]() ![]() | ![]() |
version 1.25.4.8, 2010/06/09 01:00:50 | version 1.25.4.9, 2010/06/10 00:42:34 |
---|---|
Line 1981 createNewConnection(const char *name, re | Line 1981 createNewConnection(const char *name, re |
if (found) | if (found) |
{ | { |
PQfinish(rconn->conn); | PQfinish(con->con); |
pfree(rconn); | pfree(con); |
ereport(ERROR, | ereport(ERROR, |
(errcode(ERRCODE_DUPLICATE_OBJECT), | (errcode(ERRCODE_DUPLICATE_OBJECT), |