You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "maazzzzz (via GitHub)" <gi...@apache.org> on 2023/06/14 07:25:33 UTC

[GitHub] [age] maazzzzz commented on issue #989: Impossible to create an object with an array field of more than 100 elements

maazzzzz commented on issue #989:
URL: https://github.com/apache/age/issues/989#issuecomment-1590625614

   @vladiksun this isn't really a bug with age rather a configurable limit of PostgreSQL. If you'd like to change it, you have to make a 1 line change in the source code of PostgreSQL and compile it manually. The line you'd have to change is **line#43** of **pg-srcdir/include/pg_config_manual.h**, you can assign your desired higher value to the defined FUNC_MAX_ARGS in that line and this will resolve your issue. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org