| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Emanuel Calvo <emanuel(dot)calvo(at)2ndquadrant(dot)com> |
| Cc: | Andres Freund <andres(at)2ndquadrant(dot)com>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #10255: CREATE COLLATION bug on 9.4 |
| Date: | 2014-05-07 20:28:43 |
| Message-ID: | 4124.1399494523@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Emanuel Calvo <emanuel(dot)calvo(at)2ndquadrant(dot)com> writes:
> El 07/05/14 13:52, Andres Freund escribi:
>> Independent of everything else the 'Success' on Emanuel's suggest
>> that errno might not be properly handled...
> The same command, on 9.3 gives a different error:
> ERROR: no se pudo crear la configuracin regional UTF8: No existe
> el fichero o el directorio
Well, that's what I'd expect. But the relevant code
(pg_newlocale_from_collation in pg_locale.c) hasn't changed one bit since
9.3. And you're not helping any by refusing to divulge what OS you're
testing on. I'm not in the business of playing guessing games, so I think
it's your turn to do some work and figure out what's different between
your 9.3 and 9.4 cases.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2014-05-07 20:51:26 | Re: [BUGS] BUG #10250: pgAdmin III 1.16.1 stores unescaped plaintext password |
| Previous Message | Emanuel Calvo | 2014-05-07 19:55:50 | Re: BUG #10255: CREATE COLLATION bug on 9.4 |