Results 2 issues of Thiru

We are converting the UDFs from PL/PGSQL to PL/Rust. The following pl/pgsql function accepts an array of bigint and returns an array of bytea. 1. create function array_encrypt(xs anyarray) returns...

## Description We created the custom type. And created the custom_type[] column. While inserting the array values in those columns in binary mode, the server errored with 'no binary input...

bug