Re: Remove useless casts to (void *)

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: Remove useless casts to (void *)
Date: 2025-11-20 15:43:58
Message-ID: 202511201542.ah4re2bnhhbe@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Nov-20, Aleksander Alekseev wrote:

> IMO what actually is important is for the code to be consistent.

IMO what is most important is that the code is correct. Second most
important is that the code is performant. The consistency is perhaps a
third priority, if that -- there may be other objectives that are also
more important than consistency.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2025-11-20 15:44:31 Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent
Previous Message Melanie Plageman 2025-11-20 15:27:59 Re: Trying out read streams in pgvector (an extension)