Обсуждение: pgsql: Fix minor thinko in logic to set dump order when dumping from a

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

pgsql: Fix minor thinko in logic to set dump order when dumping from a

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix minor thinko in logic to set dump order when dumping from a pre-7.3
database: aggregates should be dumped in the same pass as operators,
not in the same pass as functions.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump_sort.c (r1.8 -> r1.8.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump_sort.c.diff?r1=1.8&r2=1.8.4.1)