[COMMITTERS] pgsql: pg_dump: Remove obsolete handling of sequence names - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_dump: Remove obsolete handling of sequence names
Date
Msg-id E1cKSCf-00084K-AC@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Remove sql_inheritance GUC.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Spellcheck: s/descendent/descendant/g