Fix typo in comment in CachedRelationLookup

pull/1938/head
Brian Cloutier 2017-07-07 15:11:48 +03:00 committed by Marco Slot
parent 405bd91978
commit 22068e09ca
1 changed files with 1 additions and 1 deletions

View File

@ -2809,7 +2809,7 @@ CachedRelationLookup(const char *relationName, Oid *cachedOid)
if (*cachedOid == InvalidOid) if (*cachedOid == InvalidOid)
{ {
ereport(ERROR, (errmsg("cache lookup failed for %s, called to early?", ereport(ERROR, (errmsg("cache lookup failed for %s, called too early?",
relationName))); relationName)));
} }
} }