Re: [PATCHES] tsearch2 memory alloc checks

2003-09-28 Thread Nigel J. Andrews
On Sat, 27 Sep 2003, Bruce Momjian wrote: This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 Are you sure Bruce? I'd say this is bug fixing. Although it doesn't fix the underlying cause of the fault it does cover the specific fault generated and

Re: [PATCHES] tsearch2 memory alloc checks

2003-09-28 Thread Bruce Momjian
Nigel J. Andrews wrote: On Sat, 27 Sep 2003, Bruce Momjian wrote: This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 Are you sure Bruce? I'd say this is bug fixing. Although it doesn't fix the underlying cause of the fault it does cover

Re: [PATCHES] tsearch2 memory alloc checks

2003-09-27 Thread Bruce Momjian
This has been saved for the 7.5 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Nigel J. Andrews wrote: This should apply cleanly to cvs tip. I've not changed any malloc/calloc to palloc. It

[PATCHES] tsearch2 memory alloc checks

2003-09-23 Thread Nigel J. Andrews
This should apply cleanly to cvs tip. I've not changed any malloc/calloc to palloc. It looks to me that these memory areas are for the lifetime of the backend and in the interests of not breaking something that's not broken I left alone. Note for anyone reading this and wanting it for