• Peter Eisentraut's avatar
    Fix replication with replica identity full · 08859bb5
    Peter Eisentraut authored
    The comparison with the target rows on the subscriber side was done with
    datumIsEqual(), which can have false negatives.  For instance, it didn't
    work reliably for text columns.  So use the equality operator provided
    by the type cache instead.
    
    Also add more user documentation about replica identity requirements.
    Reported-by: default avatarTatsuo Ishii <ishii@sraoss.co.jp>
    08859bb5
execReplication.c 15.2 KB