mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Fix crash on compiling a regular expression with more than 32k colors.
Throw an error instead. Backpatch to all supported branches.
This commit is contained in:
@ -77,3 +77,7 @@
|
||||
{
|
||||
REG_ETOOBIG, "REG_ETOOBIG", "nfa has too many states"
|
||||
},
|
||||
|
||||
{
|
||||
REG_ECOLORS, "REG_ECOLORS", "too many colors"
|
||||
},
|
||||
|
Reference in New Issue
Block a user