postgresql/src/include/tsearch
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines
where Datum is 8 bytes wide.  Since this will break old-style C functions
(those still using version 0 calling convention) that have arguments or
results of these types, provide a configure option to disable it and retain
the old pass-by-reference behavior.  Likewise, provide a configure option
to disable the recently-committed float4 pass-by-value change.

Zoltan Boszormenyi, plus configurability stuff by me.
2008-04-21 00:26:47 +00:00
..
dicts Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid 2008-01-21 02:46:11 +00:00
ts_cache.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ts_locale.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ts_public.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ts_type.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ts_utils.h Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00