Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2a6621

Browse files
committed
Typo fixes for commit2ad36c4.
Noted during post-commit review by by Noah Misch.
1 parent68281e0 commitd2a6621

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/catalog/namespace.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ RangeVarGetRelidExtended(const RangeVar *relation, LOCKMODE lockmode,
318318
* This callback is a good place to check permissions: we haven't taken
319319
* the table lock yet (and it's really best to check permissions before
320320
* locking anything!), but we've gotten far enough to know what OID we
321-
* think we should lock. Of course, concurrent DDL mightthings while
322-
* we're waiting for the lock, but in that case the callback will be
323-
* invoked again for the new OID.
321+
* think we should lock. Of course, concurrent DDL mightchange things
322+
*whilewe're waiting for the lock, but in that case the callback will
323+
*beinvoked again for the new OID.
324324
*/
325325
if (callback)
326326
callback(relation,relId,oldRelId,callback_arg);

‎src/backend/commands/tablecmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ RangeVarCallbackForDropRelation(const RangeVar *rel, Oid relOid, Oid oldRelOid,
830830
state->heapOid=InvalidOid;
831831
}
832832

833-
/* Didn't find a relation, so need for locking or permission checks. */
833+
/* Didn't find a relation, sononeed for locking or permission checks. */
834834
if (!OidIsValid(relOid))
835835
return;
836836

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp