mirror of https://github.com/citusdata/citus.git
Fix typo in comment in CachedRelationLookup
parent
385d9cbbb7
commit
0b64bb1092
|
@ -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)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue