Re: C exception code

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Re: C exception code
Дата
Msg-id 39584D8F.73D1DBF@nimrod.itg.telecom.com.au
обсуждение исходный текст
Ответ на C exception code  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> 
> Are we interested in adding Try/Catch exception code to PostgreSQL.
> This looks interesting:
> 
>         http://www.cs.berkeley.edu/~amc/cexcept/

How tricky is the error handling in Postgres?

As an aside, I have just started working on a Java project, nearly done
for a company where they have not used the Java exception model. I.e.
there are error codes, setErrorCode, and ifError everywhere. A bigger
mess you will not see. So I'm partial to a decent exception model, and
might even use the above in a project of my own.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Big 7.1 open items
Следующее
От: Giles Lean
Дата:
Сообщение: Re: Is *that* why debugging backend startup is so hard!?