Fix typo in comment in CachedRelationLookup

pull/1453/head
Brian Cloutier 2017-07-07 15:11:48 +03:00 committed by Marco Slot
parent 385d9cbbb7
commit 0b64bb1092
1 changed files with 1 additions and 1 deletions

View File

@ -2809,7 +2809,7 @@ CachedRelationLookup(const char *relationName, Oid *cachedOid)
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)));
}
}