pgsql: Avoid casting void * function arguments

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid casting void * function arguments
Date: 2026-04-23 06:10:06
Message-ID: E1wFnGI-002GxU-15@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid casting void * function arguments

Like commit c3c240537f6, but for newly added code.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/71123a5454fbb0cf7f44ef1151e32d650be4cc31

Modified Files
--------------
contrib/pg_trgm/trgm_op.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2026-04-23 08:45:44 pgsql: psql: Improve describe footer titles for publications.
Previous Message David Rowley 2026-04-23 04:49:49 pgsql: Fix new-to-v19 -Wshadow warnings