dbd/postgresql/statement.c

changeset 8
0b805fda1c91
parent 4
c50b0e6f25d6
child 9
06eb2850703f
--- a/dbd/postgresql/statement.c	Sat Nov 29 00:51:14 2008 +0000
+++ b/dbd/postgresql/statement.c	Sat Nov 29 06:38:16 2008 +0000
@@ -195,7 +195,6 @@
     statement->result = result;
 
     lua_pushboolean(L, 1);
-    lua_pushnil(L);
     return 1;
 }
 

mercurial