Re: Path to enable a module to change the stack_base_ptr - Mailing list pgsql-patches

From Thomas Hallgren
Subject Re: Path to enable a module to change the stack_base_ptr
Date
Msg-id thhal-0wbMbBI+88bQX0t80HZ4omhNf231sEQ@mailblocks.com
Whole thread Raw
In response to Re: Path to enable a module to change the stack_base_ptr  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Path to enable a module to change the stack_base_ptr
List pgsql-patches
Tom Lane wrote:

>Thomas Hallgren <thhal@mailblocks.com> writes:
>
>
>>Here is a patch that will enable a module to change the stack_base_ptr
>>temporarilly during a call.
>>
>>
>
>I'm not really in favor of this ... I think you are trying to make the
>backend do something that will never work reliably.
>
>If we were to try to support this, I'd prefer to just make
>stack_base_ptr non static, rather than add overhead code.
>
>            regards, tom lane
>
>
Sure, that works for me.

Regards,
Thomas Hallgren



pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: External Sort timing debug statements
Next
From: Simon Riggs
Date:
Subject: Docs for PITR and full_page_writes interaction