orhankislal commented on a change in pull request #464: Build: Add support for 
pg 12
URL: https://github.com/apache/madlib/pull/464#discussion_r362033422
 
 

 ##########
 File path: src/ports/postgres/dbconnector/Backend.hpp
 ##########
 @@ -102,17 +102,27 @@ MADLIB_WRAP_VOID_PG_FUNC(
     (typid, typlen, typbyval, typalign)
     )
 
+#if PG_VERSION_NUM >= 120000
 
 Review comment:
   For the first parameter:
   PG12 uses `FunctionCallInfoBaseData`
   PG10 uses `FunctionCallInfoData`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to