| From: | Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Gord Tomlin <gord(dot)tomlin(at)sympatico(dot)ca> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: PostgreSQL on z/OS UNIX? |
| Date: | 2015-02-24 23:07:21 |
| Message-ID: | 54ED0429.7040709@archidevsys.co.nz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 25/02/15 11:12, Tom Lane wrote:
> Gord Tomlin <gord(dot)tomlin(at)sympatico(dot)ca> writes:
>> z/OS UNIX does have certification as a UNIX system, but there are some
>> quirks. The most common sources of problems when porting packages to
>> z/OS UNIX are its use of EBCDIC, and autoconf problems. I guess it's
>> time for some fail/rinse/repeat.
> Hmm ... EBCDIC ... is that mandatory? Because there are a pretty large
> number of ASCII dependencies in PG, mostly arising from our support of
> multibyte character sets, which are all expected to be ASCII supersets.
> If there's not a way to run the server process in ASCII-land, you're
> likely dead in the water. I would not want to try to ferret out all
> the dependencies.
>
> regards, tom lane
>
>
EBCDIC is very strange, lower case letters come before upper case, and each letter range has 2 gaps. There are lots of other differences.
If at all possible, use ASCII!
Cheers,
Gavin
(Who used to live in EBCDIC land, many, many moons ago)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gord Tomlin | 2015-02-24 23:33:53 | Re: PostgreSQL on z/OS UNIX? |
| Previous Message | Mark Kirkwood | 2015-02-24 23:03:33 | Re: Unable to build pg_rewind |