Re: BUG #10255: CREATE COLLATION bug on 9.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #10255: CREATE COLLATION bug on 9.4
Дата
Msg-id 4124.1399494523@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #10255: CREATE COLLATION bug on 9.4  (Emanuel Calvo <emanuel.calvo@2ndquadrant.com>)
Ответы Re: BUG #10255: CREATE COLLATION bug on 9.4  (Emanuel Calvo <emanuel.calvo@2ndquadrant.com>)
Список pgsql-bugs
Emanuel Calvo <emanuel.calvo@2ndquadrant.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 configuración 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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Emanuel Calvo
Дата:
Сообщение: Re: BUG #10255: CREATE COLLATION bug on 9.4
Следующее
От: arnaud.mouronval@gmail.com
Дата:
Сообщение: BUG #10256: COUNT(*) behaves sort of like RANK() when used over a window containing an ORDER BY