Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g7gPz-0000L7-Ss for psycopg@arkaria.postgresql.org; Wed, 03 Oct 2018 12:38:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1g7gPx-0007Vh-IV for psycopg@arkaria.postgresql.org; Wed, 03 Oct 2018 12:38:17 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g7gPx-0007VZ-7q for psycopg@lists.postgresql.org; Wed, 03 Oct 2018 12:38:17 +0000 Received: from mail-lf1-x133.google.com ([2a00:1450:4864:20::133]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1g7gPq-0000Wd-G6 for psycopg@lists.postgresql.org; Wed, 03 Oct 2018 12:38:16 +0000 Received: by mail-lf1-x133.google.com with SMTP id r191-v6so4022588lff.2 for ; Wed, 03 Oct 2018 05:38:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WytG87eFqO/Ab4vWWRJE7NaTgg/Ev7PXDQ3NT+m3lH0=; b=Sr4sb1NSRFw04wmv/Yu8XwNmyYwIV8Xnd0sFMtrlTj2FoklkLDhr3myMKEefPEE0Hc IfMI0BFZ+qLRyLSkaqyqfwbVipV+IZ9o7xqICObx1sB6++5bmGca+hWasPH1/V+/jlmD Ex7HKXccpGMSyMHfsXL3N6Qo2PeA06k9rpmxEOog0x1ZgdRLJZQw6OyQJcqXCcuKJ6Dl TfH4VYrZbSKYYwDP3S4o8VrrFZemK6LL0HGdtFV3yjbFvLBuT7U1T0pfCJQTlhDXUkQw FexbRZcmwtx7AdflkZBwTSePHxhuEW/wS1jeZThuz8UBrlyzWIW1H05Kp2CNBlrbgHAp 5z8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=WytG87eFqO/Ab4vWWRJE7NaTgg/Ev7PXDQ3NT+m3lH0=; b=mRFYwIj57WRmrXlcLSSYpwSlx8vSD7QwTy27NFo3O/Nzu/UlIhxO1v6mBkJldbmegZ Xb5C2tzL3Tbi4RhiDx7LGbAHXAbw0UbvqaO6KI7YUOjQ1FfKSwmMoAboXh/zTZXbnRxl TtWFsZKMqN94KOaalgs5OQqZHodYgVY4/PV9sYaA27qXpBXJYZ2FeCXI4xRtVWrLFKPh C7XhGp5DDtREBgSMUPHlSUKGN/t2pEns3kYqq/rrFbXjeF6gJeZX7m6+BtY3icsPeZHB dLb3S0jPUtwhpOcCXErC7X54Cmv+ulPcQiWDWi9T9H6gBk4Py514xfmChqW30W+Ay15N wvlA== X-Gm-Message-State: ABuFfogJLosenn7VxCpnUIJh5l2AceALrX+ybABwwUi1ivQ6ZWoZWzuR G8/ToFjUwL546hMdMLtd6YkFPbzqmOQsQgj6QDh3kQ== X-Google-Smtp-Source: ACcGV60Nrf1y5n/KJHgIxY7InoA7aevWenpfEBHru3DzW7ag/F/p7n+RMACLDJxjarcf6bhftnvFAZju4b3nEtTIarY= X-Received: by 2002:a19:1588:: with SMTP id 8-v6mr963360lfv.36.1538570288142; Wed, 03 Oct 2018 05:38:08 -0700 (PDT) MIME-Version: 1.0 References: <2001056273.7945904.1537909025251.ref@mail.yahoo.com> <2001056273.7945904.1537909025251@mail.yahoo.com> <1171000727.19526618.1537994198139@mail.yahoo.com> <2038369023.20583382.1538078255866@mail.yahoo.com> <106450562.4254785.1538510870700@mail.yahoo.com> <4d647279-19ae-75ea-83a7-b74b647c79bd@dndg.it> In-Reply-To: <4d647279-19ae-75ea-83a7-b74b647c79bd@dndg.it> From: Daniele Varrazzo Date: Wed, 3 Oct 2018 13:37:56 +0100 Message-ID: Subject: Re: Integration of Psycopg with XTA To: Federico Di Gregorio Cc: psycopg@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Wed, Oct 3, 2018 at 1:28 PM Federico Di Gregorio wrote: > > This is interesting because PyCapsule is for sure a "clean" way to pass > > the pointer from Psycopg to XTA. Fog, maybe it's worth adding the capsules for PGconn and PGresult to the objects interface and document them? Can do that for psycopg 2.8. -- Daniele