Re: win codepages 1253, 1254, 1255, 1257 and cleanup - Mailing list pgsql-patches

From Kris Jurka
Subject Re: win codepages 1253, 1254, 1255, 1257 and cleanup
Date
Msg-id Pine.BSO.4.63.0602201753520.5173@leary.csoft.net
Whole thread Raw
In response to Re: win codepages 1253, 1254, 1255, 1257 and cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: win codepages 1253, 1254, 1255, 1257 and cleanup  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches

On Sat, 18 Feb 2006, Peter Eisentraut wrote:

> Kris Jurka wrote:
>> The attached patch adds support for windows codepages 1253, 1254,
>> 1255, and 1257 and cleans up a bunch of the support utilities.
>
> I've applied this patch but left out the changes to the Japanese
> encoding maps, as you suggested.

The Makefile was invoking perl scripts as ./script.pl.  This fails when
the script is not executable as UCS_to_most.pl is in CVS.  It also won't
pick up any custom setting of the perl version/location to use.  This
patch calls perl scripts like $(PERL) $(srcdir)/script.pl.

Kris Jurka

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] WIP: Create shell-types explicitly
Next
From: Michael Glaesemann
Date:
Subject: Re: WIP: further sorting speedup