pgsql: Remove useless casts to (const void *)

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless casts to (const void *)
Date: 2024-12-06 17:52:59
Message-ID: E1tJcVe-001PmB-QW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless casts to (const void *)

Similar to commit 7f798aca1d5, but I didn't think to look for "const"
as well.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8743ea1b2eb3dfbb024f40e8d9952cd85596f552

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 4 ++--
src/backend/storage/lmgr/lock.c | 2 +-
src/bin/pg_dump/pg_backup_archiver.c | 2 +-
src/test/modules/test_tidstore/test_tidstore.c | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-12-06 18:00:05 pgsql: Comment fix: "buffer context lock" to "buffer content lock".
Previous Message Thomas Munro 2024-12-06 00:02:44 pgsql: Fix printf format string warning on MinGW.