"Merlin Moncure" <[EMAIL PROTECTED]> writes: > After fighting with the docs a little bit, here is how to handle an > int/0 in a C application.
> __try
> {
> puts("in try");
> a = 0/b;
> }
> __except( HandleException(GetExceptionCode()) )
> {
> puts("in except");
> }
This is not C.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
