MironAtHome commented on issue #1975: URL: https://github.com/apache/age/issues/1975#issuecomment-2279980346
I noted your mentioning underlying PG version is 12, it would be nice if you could confirm running pg_config tool from the bin subdirectory ( if it is present, I found GreenPlum hard to install following Broadcom site, so, more info regarding environment would help to build confidence in troubleshooting steps ). So, to underline, it would be very nice to confirm version of Postgres underlying Greenplum and branch used to build age. Second, I have traced functions reported as "error" and both seem to be internal to age. However, the definition of the function, let's take them one at a time, function _scan_errmsg, performs call into errmsg, returning int, as it stands for Postgres. Again, if you could trace this function declaration for Greenplum it would be very helpful. In the end, here is a brief comment from definition of errmsg function: `return 0; /* return value does not matter */` which makes me think that it would be ok to modify ( some would say hack ) the code a little bit to fix these two error messages ( if those are the only ones causing trouble ). Please let me know if you would like specific steps regarding code change. -- 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-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org