CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/07 01:44:50
Modified files:
src/bin/pg_dump: pg_dump_sort.c
Log message:
One more pass at reducing the cost of pg_dump's new implementation:
reduce the number of times Topo
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/06 18:55:11
Modified files:
src/bin/pg_dump: pg_dump_sort.c
Log message:
Replace not-very-bright implementation of topological sort with a better
one (use a priority heap t