Kris Jurka <[EMAIL PROTECTED]> writes:
> Running the JDBC driver's regression tests I came across an assertion
> failure in 7.5dev. The test does:
> BEGIN;
> SELECT 1/0;
> COMMIT;
> and gets the following stacktrace. Note this cannot be replicated in psql
> because it requires using the extended query protocol.
Fixed --- the problem is just an overprotective Assert().
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])