Обсуждение: [COMMITTERS] pgsql: pg_dump: Remove obsolete handling of sequence names

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: pg_dump: Remove obsolete handling of sequence names

От
Peter Eisentraut
Дата:
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(-)