Hmm. This seems to be a slightly different variant of the problem than
the one we fixed. You could avoid it by not letting your clients hold
open transactions while they're sitting idle. The path that's causing
a problem (or at least the problem I reproduced here) is
Backend 1
[EMAIL PROTECTED] writes:
> ERROR: RelationClearRelation: relation using JDBC
What PG version are you running?
If it's reasonably current (7.1.*) I would like to see a postmaster log
trace of the queries being issued by your application. (Turn on
debug_print_query in postgresql.conf to make th
Alex Korneyev ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
ERROR: RelationClearRelation: relation using JDBC
Long Description
Hi,
I have done a little research and seems like this should have been fixed, but it is
not.