Undocumented(?) limits on regexp functions

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Undocumented(?) limits on regexp functions
Дата
Msg-id 87lg996g4r.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответы Re: Undocumented(?) limits on regexp functions
Список pgsql-hackers
All the regexp functions blow up with "invalid memory alloc request"
errors when the input string exceeds 256MB in length. This restriction
does not seem to be documented anywhere that I could see.

(Also for regexp_split* and regexp_matches, there's a limit of 64M total
matches, which also doesn't seem to be documented anywhere).

Should these limits:

a) be removed

b) be documented

c) have better error messages?

-- 
Andrew (irc:RhodiumToad)


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Pre-v11 appearances of the word "procedure" in v11 docs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Undocumented(?) limits on regexp functions