[svn:DBD-Pg] r13137 - DBD-Pg/trunk

[email protected]
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Author: turnstep
Date: Tue Jul 28 10:01:34 2009
New Revision: 13137

Modified:
   DBD-Pg/trunk/dbdimp.c

Log:
Remove invalid casting per Tim Bunce.


Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c	(original)
+++ DBD-Pg/trunk/dbdimp.c	Tue Jul 28 10:01:34 2009
@@ -3381,9 +3381,6 @@
 					case PG_INT2:
 						sv_setiv(sv, atol((char *)value));
 						break;
-					case PG_INT8:
-						sv_setnv(sv, atoll((char *)value));
-						break;
 					default:
 						sv_setpvn(sv, (char *)value, value_len);
 					}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.