parsePgMultirange
fun parsePgMultirange(data: ByteArray, offset: Int, oid: Int, typeRegistry: TypeRegistry): PgMultirange
Parses a PostgreSQL multirange type from its binary format.
Return
The parsed PgMultirange.
Parameters
data
The byte array containing the payload.
offset
The starting position in the byte array.
oid
The OID of the multirange type.
typeRegistry
Registry to look up types and codecs.