Remove unnecessary casts

Peter Eisentraut <peter@eisentraut.org>

Commit: 07c29ca7fe30839a75d15b43c13b290a59a60ddf
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-12-08T07:58:15Z
Releases: 16.0
Remove unnecessary casts

Some code carefully cast all data buffer arguments for BufFileWrite()
and BufFileRead() to void *, even though the arguments are already
void * (and AFAICT were never anything else).  Remove this unnecessary
clutter.

Discussion: https://www.postgresql.org/message-id/flat/11dda853-bb5b-59ba-a746-e168b1ce4bdb%40enterprisedb.com

Files

Discussion