postgresql/src/backend/tsearch
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32
The latter was already the dominant use, and it's preferable because
in C the convention is that intXX means XX bits.  Therefore, allowing
mixed use of int2, int4, int8, int16, int32 is obviously confusing.

Remove the typedefs for int2 and int4 for now.  They don't seem to be
widely used outside of the PostgreSQL source tree, and the few uses
can probably be cleaned up by the time this ships.
2012-06-25 01:51:46 +03:00
..
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict_ispell.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict_simple.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict_synonym.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict_thesaurus.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
hunspell_sample.affix Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
ispell_sample.affix Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
ispell_sample.dict Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
regis.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
spell.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
synonym_sample.syn Add prefix support for synonym dictionary 2009-08-14 14:53:20 +00:00
thesaurus_sample.ths Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
to_tsany.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
ts_locale.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
ts_parse.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
ts_selfuncs.c Collect and use element-frequency statistics for arrays. 2012-03-03 20:20:57 -05:00
ts_typanalyze.c Reduce hash size for compute_array_stats, compute_tsvector_stats. 2012-04-23 22:05:41 -04:00
ts_utils.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
wparser.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
wparser_def.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00