Re: BUG #15347: Unaccent for greek characters does not work

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #15347: Unaccent for greek characters does not work
Дата
Msg-id 20180824113508.GI30782@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #15347: Unaccent for greek characters does not work  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: BUG #15347: Unaccent for greek characters does not work  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-bugs
On Fri, Aug 24, 2018 at 03:32:28PM +1200, Thomas Munro wrote:
> Ok, 2 against 1.  Done.

Thanks for considering it.  I have not gone in details through the patch
but...

+           (codepoint.id >= ord('A') and codepoint.id <= ord('Z')) or \
+           (codepoint.id >= 0x03b1 and codepoint.id <= 0x03c9) or \
+           (codepoint.id >= 0x0391 and codepoint.id <= 0x03a9)

...  If you could add notes about what those codepoints are, or just
allocate them in a variable with a proper name, that would help with the
readability.  My apologies for the nits on this thread.
--
Michael

Вложения

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15349: "make installcheck -C src/interfaces/libpq" fails
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15350: Getting invalid cache ID: 11 Errors