Re: strxfrm implementation - Mailing list pgsql-hackers

From Tom Lane
Subject Re: strxfrm implementation
Date
Msg-id 5384.1106676890@sss.pgh.pa.us
Whole thread Raw
In response to strxfrm implementation  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> I think the best implementation so far is Joe Conway's that used
> sigsetjmp/siglongjmp to catch errors safely.

... which has been obsoleted by PG_TRY/PG_CATCH ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: bug w/ cursors and savepoints
Next
From: Tom Lane
Date:
Subject: Re: how to add a new column in pg_proc table