RE: Bug in error reporting for multi-line JSON

Поиск
Список
Период
Сортировка
От tanghy.fnst@fujitsu.com
Тема RE: Bug in error reporting for multi-line JSON
Дата
Msg-id OS0PR01MB61137C4054774F44E3A9DC89FBC69@OS0PR01MB6113.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответ на Bug in error reporting for multi-line JSON  (Simon Riggs <simon.riggs@enterprisedb.com>)
Ответы Re: Bug in error reporting for multi-line JSON  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-bugs
On Tuesday, March 2, 2021 6:50 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>Daniel Gustafsson <daniel@yesql.se> writes:
>> I'm changing the status of this patch to Ready for Committer.
>
>I reviewed this and pushed it, with some changes.

I think the while condition "context_start < context_end" added in commit ffd3944ab9 is useless. Thoughts?

code added in ffd3944ab9
+ while (context_end - context_start >= 50 && context_start < context_end)

Regards,
Tang




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

Предыдущее
От: Дилян Палаузов
Дата:
Сообщение: Re: No libldap_r in OpenLDAP 2.5 - use LDAP_API_FEATURE_X_OPENLDAP_REENTRANT from ldap_features.h
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Bug in error reporting for multi-line JSON