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:
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user