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

Clean up pg_upgrade cache lookup code; remove useless NULL pointer tests.

This commit is contained in:
Bruce Momjian
2010-10-20 20:02:00 +00:00
parent 18e752f226
commit a52aa6c6db
2 changed files with 12 additions and 20 deletions

View File

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