Thread: 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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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.

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