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

2025-06-18 Thread Ranier Vilela
Em ter., 17 de jun. de 2025 às 10:42, Daniel Gustafsson escreveu: > > On 17 Jun 2025, at 15:40, Ranier Vilela 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 fi

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

2025-06-17 Thread Ranier Vilela
Em ter., 17 de jun. de 2025 às 10:42, Daniel Gustafsson escreveu: > > On 17 Jun 2025, at 15:40, Ranier Vilela 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 fi

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

2025-06-17 Thread Daniel Gustafsson
> On 17 Jun 2025, at 15:40, Ranier Vilela 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

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

2025-06-17 Thread Ranier Vilela
Hi. In the function *PQcancelCreate* there is a copy-and-past thinko. The pointer that must be checked is cancelConn. Trivial patch attached. best regards, Ranier Vilela fix-copy-and-past-thinko-fe-cancel.patch Description: Binary data