Groups | Search | Server Info | Login | Register


Groups > perl.dbd.pg.changes > #23

[DBD::Pg 2/2] Fix threaded build broken by commit ef1ffc2

Newsgroups perl.dbd.pg.changes
Subject [DBD::Pg 2/2] Fix threaded build broken by commit ef1ffc2
Date 2016-07-31 22:39 +0000
Message-ID <1470004769-528-2-git-send-email-dbdpg-commits@bucardo.org> (permalink)
References <1470004769-528-1-git-send-email-dbdpg-commits@bucardo.org>
From dbdpg-commits@bucardo.org

Show all headers | View raw


Committed by =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= <ilmari@ilmari.org>

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

Back to perl.dbd.pg.changes | Previous | NextPrevious in thread | Find similar


Thread

[DBD::Pg 1/2] Add Changes entry for warning silencing dbdpg-commits@bucardo.org - 2016-07-31 22:39 +0000
  [DBD::Pg 2/2] Fix threaded build broken by commit ef1ffc2 dbdpg-commits@bucardo.org - 2016-07-31 22:39 +0000

csiph-web