1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Further speed up pg_upgrade lookups.

This commit is contained in:
Bruce Momjian
2010-10-20 02:05:43 +00:00
parent c33bfb8b9b
commit 3325c9bddb
2 changed files with 20 additions and 18 deletions

View File

@ -78,6 +78,7 @@ typedef struct
{
RelInfo *rels;
int nrels;
int cache_name_rel; /* cache of last lookup location */
} RelInfoArr;
/*