]> granicus.if.org Git - postgresql/commit
pg_dump: Remove obsolete handling of sequence names
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 23 Dec 2016 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 23 Dec 2016 15:55:06 +0000 (10:55 -0500)
commit3e6639a465a5702d0aa98fc756b5ab8c7f97cde8
treeec08c2f64d57d7a93b59510ec7954a27819744cc
parente13486eba05cc46951a34263d19b65d1eca0176b
pg_dump: Remove obsolete handling of sequence names

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.
src/bin/pg_dump/pg_dump.c