Re: stack usage in toast_insert_or_update() - Mailing list pgsql-hackers

From Pavan Deolasee
Subject Re: stack usage in toast_insert_or_update()
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: stack usage in toast_insert_or_update()  ("Pavan Deolasee" <[email protected]>)
List pgsql-hackers

On 1/31/07, Pavan Deolasee <[email protected]> wrote:

Attached is a patch which would print the recursion depth for
toast_insert_or_update() before PANICing the server to help us
examine the core.


Here is the attachment.

Thanks,
Pavan

--

EnterpriseDB     http://www.enterprisedb.com
Attachment

pgsql-hackers by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: stack usage in toast_insert_or_update()
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Fix for plpython functions; return true/false for boolean,