Log Message:
-----------
When positioned before the start of a ResultSet issuing relative(0)
results in an exception being thrown when it really should be a
no-op.
Tags:
----
REL7_4_STABLE
Modified Files:
--------------
pgsql/src/interfaces/jdbc/org/postgresql/jdbc2:
AbstractJdbc2ResultSet.java (r1.25.2.9 -> r1.25.2.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java.diff?r1=1.25.2.9&r2=1.25.2.10)
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match