Remove unnecessary casts
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeHashjoin.c | modified | +4 −4 |
| src/backend/utils/sort/tuplestore.c | modified | +6 −6 |
Discussion
- File API cleanup 5 messages · 2022-12-01 → 2023-02-20