pgsql: pg_dump: Remove obsolete handling of sequence names

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Remove obsolete handling of sequence names
Date: 2016-12-23 15:56:17
Message-ID: E1cKSCf-00084K-AC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3e6639a465a5702d0aa98fc756b5ab8c7f97cde8

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 33 ++++++++++-----------------------
1 file changed, 10 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-23 16:53:41 pgsql: Spellcheck: s/descendent/descendant/g
Previous Message Robert Haas 2016-12-23 12:36:17 pgsql: Remove sql_inheritance GUC.