Files
postgresql/src
Peter Eisentraut c3c240537f Avoid casting void * function arguments
In many cases, the cast would silently drop a const qualifier.  To
fix, drop the unnecessary cast and let the compiler check the types
and qualifiers.  Add const to read-only local variables, preserving
the const qualifiers from the function signatures.

Co-authored-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/aUQHy/MmWq7c97wK%40ip-10-97-1-34.eu-west-3.compute.internal
2026-01-12 16:12:56 +01:00
..
2026-01-08 18:10:08 +02:00
2026-01-01 13:24:10 -05:00
2026-01-08 08:51:20 +01:00
2026-01-01 13:24:10 -05:00
2026-01-07 13:42:57 -06:00
2026-01-01 13:24:10 -05:00
2026-01-01 13:24:10 -05:00
2025-10-16 20:21:05 +02:00