Re: COLLATE - Mailing list pgsql-general

From Tom Lane
Subject Re: COLLATE
Date
Msg-id 28598.1155762141@sss.pgh.pa.us
Whole thread Raw
In response to Re: COLLATE  (Kevin Murphy <murphy@genome.chop.edu>)
Responses Re: COLLATE  (Kevin Murphy <murphy@genome.chop.edu>)
List pgsql-general
Kevin Murphy <murphy@genome.chop.edu> writes:
> What is the answer to Filip's question?  I didn't see an answer in the list archives.  I've seen several copies of
JoeConway's pg_strxfrm.c code on the web, and it always refers to the Warn_restart variable, which doesn't seem to
existin the 8.1.4 code that I'm using. 

Warn_restart hasn't existed since PG 7.4.  I would imagine that the code
needs to be tweaked to use a PG_TRY construct instead of direct setjmp
hacking.

            regards, tom lane

pgsql-general by date:

Previous
From: "Dawid Kuroczko"
Date:
Subject: Re: Best approach for a "gap-less" sequence
Next
From: Jeff Davis
Date:
Subject: Re: Move db files from one pgsql instance to another