1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Typo fixes for commit 2ad36c4e44.

Noted during post-commit review by by Noah Misch.
This commit is contained in:
Robert Haas
2011-12-06 15:50:02 -05:00
parent 68281e0054
commit d2a662182e
2 changed files with 4 additions and 4 deletions

View File

@ -830,7 +830,7 @@ RangeVarCallbackForDropRelation(const RangeVar *rel, Oid relOid, Oid oldRelOid,
state->heapOid = InvalidOid;
}
/* Didn't find a relation, so need for locking or permission checks. */
/* Didn't find a relation, so no need for locking or permission checks. */
if (!OidIsValid(relOid))
return;