In pg_upgrade, remove functions that did sequential array scans looking

Bruce Momjian <bruce@momjian.us>

Commit: 002c105a0706bd1c1e939fe0f47ecdceeae6c52d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-01-08T18:44:44Z
Releases: 9.1.0
In pg_upgrade, remove functions that did sequential array scans looking
up relations, but rather order old/new relations and use the same array
index value for both.  This should speed up pg_upgrade for databases
with many relations.

Files