Thanks. Applied for 7.3.1.
---
Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > Peter, is that patch OK for 7.3.1? I am not sure.
>
> Definitely. It's a bug fix.
>
> --
> Peter Eisentraut [EMAIL PROTECTED]
>
Bruce Momjian writes:
> Peter, is that patch OK for 7.3.1? I am not sure.
Definitely. It's a bug fix.
--
Peter Eisentraut [EMAIL PROTECTED]
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(se
Peter, is that patch OK for 7.3.1? I am not sure.
---
Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > I am not going to apply this patch because I think it will mess up the
> > handling of other locales.
>
> This pa
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Are you 64-bit s390?
The patch is for GNU/Linux on S/390 hardware. This platform is sane
and it uses ASCII.
Only the traditional UNIX subsystem for OS/390 uses EBCDIC.
--
Florian Weimer[EMAIL PROTECTED]
University of Stuttgart
Are you 64-bit s390?
We have OS/390 patches in 7.4 but they were judged too risky for 7.3.
Attached is the patch. Comment is:
revision 1.103
date: 2002/11/22 01:13:16; author: tgl; state: Exp; lines: +29 -2
TAS code originally written for s390 (32-bit) does not work
Nicolai Tufar <[EMAIL PROTECTED]> writes:
> As far as I figured from the source code this function only deals
> with cleaning up locale names and nothing else. Since all the locale
> names are in plain ASCII I think it will be safe to use ASCII-only
> lower-case conversion.
Does PostgreSQL run on
OK, patch applied. Peter, should this appear in 7.3.1 too?
---
Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > I am not going to apply this patch because I think it will mess up the
> > handling of other locales.
>
OK, Peter, that helps. Thanks. I will apply it.
---
Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > I am not going to apply this patch because I think it will mess up the
> > handling of other locales.
>
> This pat
Bruce Momjian writes:
> I am not going to apply this patch because I think it will mess up the
> handling of other locales.
This patch looks OK to me. Normally, character set names should use
identifier case-folding rules anyway, so seems to be a step in the right
direction. Much better than sa