Re: strxfrm implementation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: strxfrm implementation
Date: 2005-01-25 18:14:50
Message-ID: 5384.1106676890@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Stark <gsstark(at)mit(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-01-25 18:19:21 Re: how to add a new column in pg_proc table
Previous Message Alvaro Herrera 2005-01-25 18:14:07 Re: bug w/ cursors and savepoints