pgsql: Fix minor thinko in logic to set dump order when dumping from a - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix minor thinko in logic to set dump order when dumping from a
Date
Msg-id 20050203233904.296218B9E39@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ensure that all details of the ARC algorithm are hidden within
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix minor thinko in logic to set dump order when dumping from a