Skip to content
Snippets Groups Projects
Commit 79273cc7 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 005a1217
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment