Re: Warning "TupleDesc reference leak" - Mailing list pgsql-general

From Tom Lane
Subject Re: Warning "TupleDesc reference leak"
Date
Msg-id 17836.1172242784@sss.pgh.pa.us
Whole thread Raw
In response to Re: Warning "TupleDesc reference leak"  (Marek Lewczuk <newsy@lewczuk.com>)
List pgsql-general
Marek Lewczuk <newsy@lewczuk.com> writes:
> Thanks for reply. You need a test case, but what it should include ? I
> don't know in what situations this warning is thrown. My database is
> quite large - hundreds of tables, tons of data... Where I should start ?

I doubt it's got anything to do with your data; I'd look at complex
PL functions.  If you don't already know which queries trigger it,
increase your logging to find out.

            regards, tom lane

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: server closed unexpectedly while executing a function
Next
From: Tom Lane
Date:
Subject: Re: select all matches for a regular expression ?