• P
    Separate external table options out of copy option check (#11104) · e898755e
    Peifeng Qiu 提交于
    ProcessCopyOptions checks the option list of COPY command. It's also
    called by external table when text/csv format is used. It's better
    not to mix external table specific options here and check them
    separately.
    
    Checking custom protocol here is not necessary because it's checked
    when parsing location urls in GenerateExtTableEntryOptions anyway.
    e898755e
pxf_option.c 16.1 KB