• Peter Eisentraut's avatar
    Improve tablesync behavior with concurrent changes · 8dc7c338
    Peter Eisentraut authored
    When a table is removed from a subscription before the tablesync worker
    could start, this would previously result in an error when reading
    pg_subscription_rel.  Now we just ignore this.
    
    Author: Masahiko Sawada <sawada.mshk@gmail.com>
    8dc7c338
tablesync.c 26.8 KB