Remove no longer needed casts from Pointer
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-12-04T19:44:52Z
Releases:
19 (unreleased)
Remove no longer needed casts from Pointer These casts used to be required when Pointer was char *, but now it's void * (commit 1b2bb5077e9), so they are not needed anymore. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://www.postgresql.org/message-id/4154950a-47ae-4223-bd01-1235cc50e933%40eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| contrib/amcheck/verify_gin.c | modified | +1 −1 |
| contrib/pg_trgm/trgm_gin.c | modified | +2 −4 |
| src/backend/access/gin/ginentrypage.c | modified | +1 −1 |
| src/backend/utils/adt/jsonb_gin.c | modified | +4 −8 |
Discussion
- get rid of Pointer type, mostly 26 messages · 2025-11-24 → 2026-02-09