Re: [PATCHES] Path to enable a module to change the stack_base_ptr

2005-10-13 Thread Thomas Hallgren
Tom Lane wrote: Bruce Momjian writes: Tom Lane wrote: I'm not really in favor of this ... I think you are trying to make the backend do something that will never work reliably. Do we want to make this change for 8.1? I don't want to do it at all. The justificat

Re: [PATCHES] Path to enable a module to change the stack_base_ptr

2005-10-13 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian writes: > >> Tom Lane wrote: > >>> I'm not really in favor of this ... I think you are trying to make the > >>> backend do something that will never work reliably. > > > Do we want to make this change for 8.1? > > I don't want to do it at all. The justification g

Re: [PATCHES] Path to enable a module to change the stack_base_ptr

2005-10-13 Thread Tom Lane
Bruce Momjian writes: >> Tom Lane wrote: >>> I'm not really in favor of this ... I think you are trying to make the >>> backend do something that will never work reliably. > Do we want to make this change for 8.1? I don't want to do it at all. The justification given is to allow the backend to

Re: [PATCHES] Path to enable a module to change the stack_base_ptr

2005-10-13 Thread Bruce Momjian
Thomas Hallgren wrote: > Tom Lane wrote: > > >Thomas Hallgren <[EMAIL PROTECTED]> 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 th

Re: [PATCHES] Path to enable a module to change the stack_base_ptr

2005-10-02 Thread Thomas Hallgren
Tom Lane wrote: Thomas Hallgren <[EMAIL PROTECTED]> 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

Re: [PATCHES] Path to enable a module to change the stack_base_ptr

2005-10-02 Thread Tom Lane
Thomas Hallgren <[EMAIL PROTECTED]> 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 suppo

[PATCHES] Path to enable a module to change the stack_base_ptr

2005-10-02 Thread Thomas Hallgren
Here is a patch that will enable a module to change the stack_base_ptr temporarilly during a call. A background discussion can be found here: http://www.mail-archive.com/pgsql-hackers@postgresql.org/msg64586.html Regards, Thomas Hallgren Index: src/backend/tcop/postgres.c =