Re: small bug in ecpg unicode identifier error handling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: small bug in ecpg unicode identifier error handling
Дата
Msg-id 2189118.1641827122@sss.pgh.pa.us
обсуждение исходный текст
Ответ на small bug in ecpg unicode identifier error handling  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> I think this patch is necessary:
> -                    if (literallen == 2) /* "U&" */
> +                    if (literallen == 0)

Seems sensible, and matches the corresponding code in scan.l.
+1.

            regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: reporting TID/table with corruption error
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Fix vcregress plpython3 warning