• Z
    Print CTID when we detect data distribution wrong for UPDATE|DELETE. · 3faf0b51
    Zhenghua Lyu 提交于
    When update or delete statement errors out because of the CTID is
    not belong to the local segment, we should also print out the CTID
    of the tuple so that it will be much easier to locate the wrong-
    distributed data via:
      `select * from t where gp_segment_id = xxx and ctid='(aaa,bbb)'`.
    3faf0b51
modify_table_data_corrupt.out 9.6 KB