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

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix copy-and-past thinko (src/interfaces/libpq/fe-cancel.c)
Date: 2025-06-18 17:15:50
Message-ID: CAEudQAqp3sBUgteZv++_94z+V3WUf9C5ZFMxGYGfcY6GjVFmyQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em ter., 17 de jun. de 2025 às 10:42, Daniel Gustafsson <daniel(at)yesql(dot)se>
escreveu:

> > On 17 Jun 2025, at 15:40, Ranier Vilela <ranier(dot)vf(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-06-18 17:16:05 Re: Fwd: dsm_registry: Add detach and destroy features
Previous Message Vik Fearing 2025-06-18 17:09:04 Re: Add CASEFOLD() function.