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

From Tom Lane
Subject Re: Path to enable a module to change the stack_base_ptr
Date
Msg-id 3618.1128267533@sss.pgh.pa.us
Whole thread Raw
In response to Path to enable a module to change the stack_base_ptr  (Thomas Hallgren <thhal@mailblocks.com>)
Responses Re: Path to enable a module to change the stack_base_ptr
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Steve Woodcock
Date:
Subject: Make 2PC error messages match docs
Next
From: Simon Riggs
Date:
Subject: Re: External Sort timing debug statements