Обсуждение: Re: Fix copy-and-past thinko (src/interfaces/libpq/fe-cancel.c)

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

Re: Fix copy-and-past thinko (src/interfaces/libpq/fe-cancel.c)

От
Daniel Gustafsson
Дата:
> On 17 Jun 2025, at 15:40, Ranier Vilela <ranier.vf@gmail.com> wrote:

> In the function *PQcancelCreate* there is a copy-and-past thinko.
> The pointer that must be checked is cancelConn.
> 
> Trivial patch attached.

Nice catch, will fix.

--
Daniel Gustafsson




Re: Fix copy-and-past thinko (src/interfaces/libpq/fe-cancel.c)

От
Ranier Vilela
Дата:
Em ter., 17 de jun. de 2025 às 10:42, Daniel Gustafsson <daniel@yesql.se> escreveu:
> On 17 Jun 2025, at 15:40, Ranier Vilela <ranier.vf@gmail.com> wrote:

> In the function *PQcancelCreate* there is a copy-and-past thinko.
> The pointer that must be checked is cancelConn.
>
> Trivial patch attached.

Nice catch, will fix.
Thanks for the commit, Daniel.

best regards,
Ranier Vilela