]> granicus.if.org Git - postgresql/commit
Fix minor thinko in logic to set dump order when dumping from a pre-7.3
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Feb 2005 23:38:58 +0000 (23:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Feb 2005 23:38:58 +0000 (23:38 +0000)
commitee467c3530ff48588fa1d5b6c616c51eb2d0dce9
treeef1e4d57839b369e557e6feb2670dff81473633e
parentcc4f58f4cdf7c3534c3e08b5dcc0e545fe192be8
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.
src/bin/pg_dump/pg_dump_sort.c