Обсуждение: [PATCH] ecpg: check return value of replace_variables()

Поиск
Список
Период
Сортировка

[PATCH] ecpg: check return value of replace_variables()

От
Aleksander Alekseev
Дата:
Hi,

Currently in src/interfaces/ecpg/ecpglib/prepare.c we don't check the
return value of replace_variables(). The proposed patch fixes this.
The rest of the code looks OK to me.

-- 
Best regards,
Aleksander Alekseev

Вложения

Re: [PATCH] ecpg: check return value of replace_variables()

От
Daniel Gustafsson
Дата:
> On 7 Oct 2025, at 16:04, Aleksander Alekseev <aleksander@tigerdata.com> wrote:

> Currently in src/interfaces/ecpg/ecpglib/prepare.c we don't check the
> return value of replace_variables(). The proposed patch fixes this.
> The rest of the code looks OK to me.

Seems reasonable on a first glance, I'll pick it up.

--
Daniel Gustafsson