Github user Librago commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1384#discussion_r208449650
  
    --- Diff: src/backend/commands/tablecmds.c ---
    @@ -17652,7 +18018,47 @@ static Datum transformLocationUris(List *locs, 
List* fmtopts, bool isweb, bool i
                result = (Datum) 0;
     
        return result;
    +}
    +
    +static Oid
    +LookupCustomProtocolValidatorFunc(char *protoname)
    +{
    +   List*   funcname        = NIL;
    --- End diff --
    
    indent


---

Reply via email to