• A
    Validate gp_relation_node tuple after index fetch. · c8a21e0d
    Ashwin Agrawal 提交于
    This commit makes sure while accessing gp_relation_node through its
    index, sanity check is always performed to verify the tuple being
    operated on is the intended tuple, else for any reason index is broken
    and provide bad tuple fail the operation instead of causing damage.
    For some scenarios like delete gp_relation_code tuple case it adds extra tuple
    deform call which was not done earlier but doesn't seem heavy enough to
    be performed on ddl operation.
    c8a21e0d
relcache.c 139.6 KB