Re: [HACKERS] Memory management question

2002-09-03 Thread Joe Conway
Nigel J. Andrews wrote: > > It's probably a pretty basic question explained in some document I haven't seen > but...if I do something like a CreateTupleDescCopy() how do I know my memory > context owns everything allocated without following the code all the way > through until it returns to me?

Re: [HACKERS] Memory management question

2002-09-03 Thread Serguei A. Mokhov
> Subject: Re: [HACKERS] Memory management question > > On Tue, Sep 03, 2002 at 12:28:37PM +0100, Nigel J. Andrews wrote: > > > > > > It's probably a pretty basic question explained in some document I haven't seen > > but...if I do something like a Create

Re: [HACKERS] Memory management question

2002-09-03 Thread Tom Lane
"Nigel J. Andrews" <[EMAIL PROTECTED]> writes: > It's probably a pretty basic question explained in some document I > haven't seen but...if I do something like a CreateTupleDescCopy() how > do I know my memory context owns everything allocated without > following the code all the way through until

Re: [HACKERS] Memory management question

2002-09-03 Thread Nigel J. Andrews
On Tue, 3 Sep 2002, Karel Zak wrote: > On Tue, Sep 03, 2002 at 12:28:37PM +0100, Nigel J. Andrews wrote: > > > > > > It's probably a pretty basic question explained in some document I haven't seen > > but...if I do something like a CreateTupleDescCopy() how do I know my memory > > context owns

Re: [HACKERS] Memory management question

2002-09-03 Thread Karel Zak
On Tue, Sep 03, 2002 at 12:28:37PM +0100, Nigel J. Andrews wrote: > > > It's probably a pretty basic question explained in some document I haven't seen > but...if I do something like a CreateTupleDescCopy() how do I know my memory > context owns everything allocated without following the code al

Re: [HACKERS] Memory management question

2002-09-03 Thread Gavin Sherry
On Tue, 3 Sep 2002, Nigel J. Andrews wrote: > > > It's probably a pretty basic question explained in some document I haven't seen > but...if I do something like a CreateTupleDescCopy() how do I know my memory > context owns everything allocated without following the code all the way > through u