Re: [BUGS] BUG #6528: pglesslog still referenced in docs, but no 9.1 support

2013-01-26 Thread Euler Taveira
On 25-01-2013 20:23, Jeff Janes wrote: > I've been thinking about that. Should pg_clearxlogtail for 9.3 only > work for logs from 9.3, or should it be arranged to work on logs from > older versions as well (which probably means parts of the 9.2 headers > would need to be copied into the body of pg

Re: [BUGS] cache lookup failed from empty plpythonu function

2013-01-26 Thread Jan UrbaƄski
call f ... somebody updates f's pg_proc tuple ... recursively call f At this point PLy_procedure_get will decide the cache entry is obsolete and happily trash the procedure data that the outer call is still using. We ran into this long ago with plpgsql