• H
    Set error code for "incompatible loci in target inheritance set" error. · e59aff50
    Heikki Linnakangas 提交于
    There is a test case that reaches this, in the 'file_fdw' test. With
    ERRCODE_INTERNAL_ERROR, the error message includes the source file location
    (planner.c:1513) in the error message. That's problematic, because the line
    number changes whenever we touch planner.c.
    
    Since this error is in fact reachable, mark it as FEATURE_NOT_SUPPORTED.
    e59aff50
planner.c 188.2 KB