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

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
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-17 13:42:08
Message-ID: 9A981BEE-4E71-4F49-B5E7-923955211194@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2025-06-17 13:43:05 Re: Non-reproducible AIO failure
Previous Message Ranier Vilela 2025-06-17 13:40:27 Fix copy-and-past thinko (src/interfaces/libpq/fe-cancel.c)