]> 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:39:21 +0000 (23:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Feb 2005 23:39:21 +0000 (23:39 +0000)
commita7bbb6cd53b55fcbb040b93d336264a38035744b
tree51e753204d69b84d35ac57d5cc6c98c96858efcc
parentc8460d571e72c47c3a82f74b16d6b4d81154049f
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