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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix minor thinko in logic to set dump order when dumping from a
Date: 2005-02-03 23:39:04
Message-ID: 20050203233904.296218B9E39@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-03 23:39:29 pgsql: Fix minor thinko in logic to set dump order when dumping from a
Previous Message Tom Lane 2005-02-03 23:30:24 pgsql: Ensure that all details of the ARC algorithm are hidden within