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:29
Message-ID: 20050203233929.211D68B9E7B@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-02-04 02:06:26 pgsql: Refactor some duplicated code in lock.c: create UnGrantLock(),
Previous Message Tom Lane 2005-02-03 23:39:04 pgsql: Fix minor thinko in logic to set dump order when dumping from a