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 to keep track of items ready to output, instead
        of searching the input array each time).  This brings the runtime of
        pg_dump back to about what it was in 7.4.


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to