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

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

From
Peter Eisentraut
Date:
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(-)