postgresql/contrib/tsearch2/snowball
Bruce Momjian 6000e32805 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
2003-09-29 18:54:38 +00:00
..
Makefile Bring the makefiles up to our conventions. 2003-08-23 04:25:29 +00:00
api.c I've not changed any malloc/calloc to palloc. It looks to me that these memory 2003-09-29 18:54:38 +00:00
api.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
english_stem.c Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
english_stem.h pgindent run. 2003-08-04 00:43:34 +00:00
header.h pgindent run. 2003-08-04 00:43:34 +00:00
russian_stem.c Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
russian_stem.h pgindent run. 2003-08-04 00:43:34 +00:00
utilities.c I've not changed any malloc/calloc to palloc. It looks to me that these memory 2003-09-29 18:54:38 +00:00