regex (from TODO)

Поиск
Список
Период
Сортировка
От Karel Zak - Zakkr
Тема regex (from TODO)
Дата
Msg-id Pine.LNX.3.96.1000308165759.14462D-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответы Re: [HACKERS] regex (from TODO)
Re: [HACKERS] regex (from TODO)
Список pgsql-hackers
In the PostgreSQL TODO is "Get faster regex() code from Henry Spencer..".
I look at current available regex used (a example) in apache, php, .etc. But
if I look at changes (via diff) between PostgreSQL's regex and more new
regex in PHP4 it is very same. A differentions are that in new regex code
are all values marks as 'register' and this new regex not support MULTIBYTE.
It is without any relevant changes (or 'register' is really fastly?).
What means TODO? 
The PG's regex use malloc -- why not MemoryContext?
                        Karel



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

Предыдущее
От: Keith Parks
Дата:
Сообщение: Regression test failure (runcheck)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] DROP TABLE inside a transaction block