Re: Unicode normalization SQL functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Unicode normalization SQL functions
Дата
Msg-id 1842c35f-2933-345c-b69f-03c40937a064@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Unicode normalization SQL functions  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-hackers
On 2020-02-17 20:14, Daniel Verite wrote:
> The comment in full says:
> 
> /*                                    
>   * unicode_normalize - Normalize a Unicode string to the specified form.
>   *                                    
>   * The input is a 0-terminated array of codepoints.            
>   *                                    
>   * In frontend, returns a 0-terminated array of codepoints, allocated with
>   * malloc. Or NULL if we run out of memory. In frontend, the returned    
>   * string is palloc'd instead, and OOM is reported with ereport().    
>   */
> 
> It looks like the 2nd occurrence of "frontend" was meant to be "backend".

This was a pre-existing problem, so I have fixed that separately.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Resolving the python 2 -> python 3 mess
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: explain HashAggregate to report bucket and memory stats