diff --git a/psycopg/connection_type.c b/psycopg/connection_type.c index f5cc3b56..3cdbf1fc 100644 --- a/psycopg/connection_type.c +++ b/psycopg/connection_type.c @@ -341,6 +341,7 @@ static struct PyMethodDef connectionObject_methods[] = { METH_VARARGS, psyco_conn_get_transaction_status_doc}, {"lobject", (PyCFunction)psyco_conn_lobject, METH_VARARGS|METH_KEYWORDS, psyco_conn_lobject_doc}, +#endif {NULL} };