• Peter Eisentraut's avatar
    pg_dump: Remove obsolete handling of sequence names · 3e6639a4
    Peter Eisentraut authored
    There was code that attempted to check whether the sequence name stored
    inside the sequence was the same as the name in pg_class.  But that code
    was already ifdef'ed out, and now that the sequence no longer stores its
    own name, it's altogether obsolete, so remove it.
    3e6639a4
pg_dump.c 505 KB