pg_row           2907 ext/pgsql/pgsql.c 	int pg_numrows, pg_row;
pg_row           2930 ext/pgsql/pgsql.c 	for (pg_row = 0; pg_row < pg_numrows; pg_row++) {
pg_row           2931 ext/pgsql/pgsql.c 		if (PQgetisnull(pgsql_result, pg_row, colno)) {
pg_row           2934 ext/pgsql/pgsql.c 			add_next_index_string(return_value, PQgetvalue(pgsql_result, pg_row, colno), 1); 
pg_row           7020 ext/pgsql/pgsql.c 	int pg_numrows, pg_row;
pg_row           7027 ext/pgsql/pgsql.c 	for (pg_row = 0; pg_row < pg_numrows; pg_row++) {
pg_row           7030 ext/pgsql/pgsql.c 		add_index_zval(ret_array, pg_row, row);
pg_row           7032 ext/pgsql/pgsql.c 			if (PQgetisnull(pg_result, pg_row, i)) {
pg_row           7036 ext/pgsql/pgsql.c 				char *element = PQgetvalue(pg_result, pg_row, i);