poorly written builtin functions

Поиск
Список
Период
Сортировка
От Neil Conway
Тема poorly written builtin functions
Дата
Msg-id 20030808065349.GE66588@home.samurai.com
обсуждение исходный текст
Ответы Re: poorly written builtin functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: poorly written builtin functions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
I'm working on writing a script that automatically tests all the
built-in functions. As a first step, I just passed NULL for all
of the arguments for each built-in function. I've attached a
list of the 90 functions that crash the backend when this is done.

Since the culprit functions all seem related (I believe they're
all generated by src/backend/utils/mb/conversion_procs), I'd
imagine this should be pretty easy to fix. I haven't played
with this part of the backend before, so if someone else would
like to make the necessary changes, let me know. Otherwise
I'll do it.

As for the testing script itself, it's not finished (testing
NULL inputs is just a trivial first step); when it's done, I'll
submit it for inclusion in CVS.

-Neil


Вложения

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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: threads/UnixWare
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: When did we get to be so fast?