pgsql: Remove a useless cast to (void *) in hash_search() call

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove a useless cast to (void *) in hash_search() call
Date: 2024-11-14 08:37:22
Message-ID: E1tBVLt-001kHm-M6@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove a useless cast to (void *) in hash_search() call

This pattern was previously cleaned up in 54a177a948b, but a new
instance snuck in around the same time in 31966b151e6.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a274bbb1b3655ae122bba792c8fb9ae8f0ac5b21

Modified Files
--------------
src/backend/storage/buffer/localbuf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-11-14 14:13:15 pgsql: Pass MyPMChildSlot as an explicit argument to child process
Previous Message Michael Paquier 2024-11-14 04:25:55 pgsql: contrib/lo: Use SQL-standard function bodies