jsonb internal API void * argument for binary data

Peter Eisentraut <peter@eisentraut.org>

Commit: f98765f0ce90e465e35c809f4b3caaeeb3d24610
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-02-23T07:34:55Z
Releases: 18.0
jsonb internal API void * argument for binary data

Change some internal jsonb API functions to take void * for binary
data instead of char *.  This removes the need for numerous casts.

Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://www.postgresql.org/message-id/flat/fd1fcedb-3492-4fc8-9e3e-74b97f2db6c7%40eisentraut.org

Files

PathChange+/−
src/backend/utils/adt/jsonb_util.c modified +10 −10

Discussion