Re: Test harness for regex code (to allow importing Tcl's test suite)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Test harness for regex code (to allow importing Tcl's test suite)
Дата
Msg-id 2878372.1609739236@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Test harness for regex code (to allow importing Tcl's test suite)  (Mark Dilger <mark.dilger@enterprisedb.com>)
Ответы Re: Test harness for regex code (to allow importing Tcl's test suite)  (Alexander Lakhin <exclusion@gmail.com>)
Список pgsql-hackers
Mark Dilger <mark.dilger@enterprisedb.com> writes:
> Have you thought about whether If it weren't in test/modules, it might be nice to expose test_regex from SQL with a
slightlydifferent interface that doesn't throw on regex compilation error?  Maybe something in contrib?  It might be
usefulto some users to validate regular expressions.  I'm just asking... I don't have any problem with how you have it
here.

Hm.  There isn't anything about test_regex()'s API that I would want
to expose to end users ;-) ... it's just designed to replicate the
test API that Henry Spencer designed a couple decades ago, which IMO
was not too clean even by the standards of the time.

However, I can see the argument for a function along the lines of
"validate_regex(text) returns bool".  If you or somebody else wants to
write that, independently of this patch, I think it'd be a fine idea.

            regards, tom lane



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

Предыдущее
От: Mark Dilger
Дата:
Сообщение: Re: Test harness for regex code (to allow importing Tcl's test suite)
Следующее
От: torikoshia
Дата:
Сообщение: Re: adding wait_start column to pg_locks