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

Commit8320c62

Browse files
Change comment to describe correct lock level used
1 parent71404af commit8320c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/trigger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ CreateTrigger(CreateTrigStmt *stmt, const char *queryString,
532532
* can skip this for internally generated triggers, since the name
533533
* modification above should be sufficient.
534534
*
535-
* NOTE that this is cool only because we haveAccessExclusiveLock on the
535+
* NOTE that this is cool only because we haveShareRowExclusiveLock on the
536536
* relation, so the trigger set won't be changing underneath us.
537537
*/
538538
if (!isInternal)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp