Re: Remove useless casts to (void *)

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-11-21T15:57:47Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Remove useless casts to (void *)

On 20.11.25 14:33, Bertrand Drouvot wrote:
> I was working on something similar to [1] (which led to 7f798aca1d5) and I think
> that 7f798aca1d5 missed removing some useless casts to (void *).

committed, thanks