]> granicus.if.org Git - postgresql/commit
I've not changed any malloc/calloc to palloc. It looks to me that these memory
authorBruce Momjian <bruce@momjian.us>
Mon, 29 Sep 2003 18:54:38 +0000 (18:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 29 Sep 2003 18:54:38 +0000 (18:54 +0000)
commit6000e3280540701e56d347c60a0afc35e4fd96ae
tree3b0e2865e56a6988d20db95c49d8c97ce60a4431
parent4b4c43b14600b63e23271cf904d14d54406205a9
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 tsearch-v2-stable (i.e. for 7.3
backend) this patch probably will not apply cleanly to that source. It should
be simple enough to see what's going on and apply the changes by hand if need
be.

--
Nigel J. Andrews
contrib/tsearch2/snowball/api.c
contrib/tsearch2/snowball/utilities.c
contrib/tsearch2/ts_cfg.c