yjhjstz commented on code in PR #1351: URL: https://github.com/apache/cloudberry/pull/1351#discussion_r2987791099
########## contrib/interconnect/udp/ic_udpifc.c: ########## @@ -741,10 +736,15 @@ static void setRxThreadError(int eno); static void resetRxThreadError(void); static void SendDummyPacket(void); +static void ConvertToIPv4MappedAddr(struct sockaddr_storage *sockaddr, socklen_t *o_len); +#if defined(__darwin__) +#define s6_addr32 __u6_addr.__u6_addr32 Review Comment: Are you tried to build on macos ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
