Fix crash on compiling a regular expression with more than 32k colors. Throw an error instead.
Backpatch to all supported branches. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/bf2b0a147857f63daa2e5c17eed0169861371af8 Modified Files -------------- src/backend/regex/regc_color.c | 8 ++++++++ src/include/regex/regerrs.h | 4 ++++ src/include/regex/regex.h | 1 + src/include/regex/regguts.h | 1 + 4 files changed, 14 insertions(+), 0 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
