Re: PL/Julia: clarification on IN array parameters issue - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: PL/Julia: clarification on IN array parameters issue
Date
Msg-id 15d805b5-aab9-476b-bb37-daf50d7203be@proxel.se
Whole thread Raw
In response to PL/Julia: clarification on IN array parameters issue  (abdelsalam mostafa <abdelsalam.lance@gmail.com>)
List pgsql-hackers
On 2/10/26 1:40 PM, abdelsalam mostafa wrote:
> I’m interested in contributing to PL/Julia and would like to better 
> understand this issue:
> https://gitlab.com/pljulia/pljulia/-/issues/5 <https://gitlab.com/ 
> pljulia/pljulia/-/issues/5>
> 
> The issue is about handling arrays passed as IN parameters, but I’m 
> still not fully clear on the problem and the expected behavior. I’d 
> really appreciate it if someone could explain what currently happens and 
> what is missing, at a high level.

Welcome to PostgreSQL Hackers!

Unfortunately this is not the mailing list for development of PL/Julia 
so I do not think we can provide that good answer to your question. 
Maybe Mark Wong will see your email here but in general do not expect 
anyone here to know much about PL/Julia.

That said one thing you can do is to take a look at what other 
procedural languages (e.g. plpython, plperl, plv8, ...) do when with 
array arguments.

> I’m planning to contribute to PL/Julia as part of GSoC 2026, and this 
> explanation would help me approach the issue correctly.

Good luck!

Andreas




pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Is it OK to perform logging while holding a LWLock?
Next
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition