Newsgroups: perl.dbd.pg.changes Path: csiph.com!au2pb.net!feeder.erje.net!2.us.feeder.erje.net!news.glorb.com!usenet.stanford.edu!nntp.perl.org Return-Path: Mailing-List: contact dbd-pg-changes-help@perl.org; run by ezmlm Delivered-To: mailing list dbd-pg-changes@perl.org Received: (qmail 14272 invoked from network); 31 Jul 2016 22:39:43 -0000 Received: from x1.develooper.com (207.171.7.70) by x6.develooper.com with SMTP; 31 Jul 2016 22:39:43 -0000 Received: (qmail 2891 invoked by uid 225); 31 Jul 2016 22:39:43 -0000 Delivered-To: dbd-pg-changes@perl.org Received: (qmail 2886 invoked by alias); 31 Jul 2016 22:39:42 -0000 X-Spam-Status: No, hits=-2.1 required=8.0 tests=BAYES_00,HK_RANDOM_FROM,RP_MATCHES_RCVD,SARE_RMML_Stock9 X-Spam-Check-By: la.mx.develooper.com Received: from vm212.endpoint.com (HELO vm212.endpoint.com) (5.9.255.107) by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Sun, 31 Jul 2016 15:39:38 -0700 Received: by vm212.endpoint.com (Postfix, from userid 520) id 33B9C2A90D; Sun, 31 Jul 2016 22:39:29 +0000 (UTC) To: dbd-pg-changes@perl.org Subject: [DBD::Pg 2/2] Fix threaded build broken by commit ef1ffc2 Date: Sun, 31 Jul 2016 22:39:29 +0000 Message-ID: <1470004769-528-2-git-send-email-dbdpg-commits@bucardo.org> X-Mailer: git-send-email 1.8.4 In-Reply-To: <1470004769-528-1-git-send-email-dbdpg-commits@bucardo.org> References: <1470004769-528-1-git-send-email-dbdpg-commits@bucardo.org> X-Git-Newrev: 0f2134cdc37eefdf05970552efc03f2e7fc228e6 X-Git-Committed-By: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Approved: news@nntp.perl.org From: dbdpg-commits@bucardo.org Xref: csiph.com perl.dbd.pg.changes:23 Committed by =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Subject: [DBD::Pg 2/2] Fix threaded build broken by commit ef1ffc2 --- dbdimp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dbdimp.c b/dbdimp.c index 58311cd..c12701a 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -1008,6 +1008,7 @@ int dbd_db_STORE_attrib (SV * dbh, imp_dbh_t * imp_dbh, SV * keysv, SV * valuesv } /* end of dbd_db_STORE_attrib */ static SV * pg_st_placeholder_key (imp_sth_t * imp_sth, ph_t * currph, int i) { + dTHX; if (PLACEHOLDER_COLON == imp_sth->placeholder_type) return newSVpv(currph->fooname, 0); return newSViv(i+1); -- 1.8.4