--- pgsql/pgsql.c	Mon Mar 26 10:17:44 2001
+++ ../patches/pgsql.c	Mon Mar 26 11:31:19 2001
@@ -1082,7 +1082,6 @@
 	
 	convert_to_long_ex(row);
 	if (Z_LVAL_PP(row) < 0 || Z_LVAL_PP(row) >= PQntuples(pgsql_result)) {
-		php_error(E_WARNING,"Unable to jump to row %d on PostgreSQL result index %d", Z_LVAL_PP(row), Z_LVAL_PP(result));
 		RETURN_FALSE;
 	}
 	array_init(return_value);

