Remove useless casts to (const void *)
Peter Eisentraut <peter@eisentraut.org>
Remove useless casts to (const void *) Similar to commit 7f798aca1d5, but I didn't think to look for "const" as well.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/buffer/bufmgr.c | modified | +2 −2 |
| src/backend/storage/lmgr/lock.c | modified | +1 −1 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +1 −1 |
| src/test/modules/test_tidstore/test_tidstore.c | modified | +2 −2 |