-
- Downloads
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.
Showing
- contrib/pg_upgrade/function.c 3 additions, 3 deletionscontrib/pg_upgrade/function.c
- contrib/pg_upgrade/info.c 14 additions, 92 deletionscontrib/pg_upgrade/info.c
- contrib/pg_upgrade/pg_upgrade.c 5 additions, 4 deletionscontrib/pg_upgrade/pg_upgrade.c
- contrib/pg_upgrade/pg_upgrade.h 3 additions, 5 deletionscontrib/pg_upgrade/pg_upgrade.h
- contrib/pg_upgrade/relfilenode.c 12 additions, 5 deletionscontrib/pg_upgrade/relfilenode.c
Loading
Please register or sign in to comment