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