postgresql/src/include/tsearch
Tom Lane 33b2a2c97f Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.
clang complains about this, not unreasonably, so define another struct
that's explicitly for a WordEntryPos with exactly one element.

While at it, get rid of pretty dubious use of a static variable for
more than one purpose --- if it were being treated as const maybe
I'd be okay with this, but it isn't.
2015-02-20 17:50:18 -05:00
..
dicts Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
ts_cache.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
ts_locale.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
ts_public.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
ts_type.h Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member. 2015-02-20 17:50:18 -05:00
ts_utils.h Update copyright for 2015 2015-01-06 11:43:47 -05:00