my-ship-it commented on code in PR #31:
URL: https://github.com/apache/cloudberry-pxf/pull/31#discussion_r2734562386


##########
fdw/pxf_filter.c:
##########
@@ -178,7 +178,7 @@ dbop_pxfop_map pxf_supported_opr_op_expr[] =
        {85 /* boolne */ , PXFOP_NE},
 
        /* bpchar */
-       {BPCharEqualOperator /* bpchareq */ , PXFOP_EQ},
+       {BpcharEqualOperator /* bpchareq */ , PXFOP_EQ},

Review Comment:
   > I think support for pg<14 should be discontinued. However, I'm not sure if 
there will be compatibility requirements in the future.
   > 
   > What do you think? @my-ship-it @tuhaihe
   
   We don't need to support pg<14



-- 
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]

Reply via email to