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

Commit147112d

Browse files
Change comment to describe correct lock level used
1 parentd8d5a00 commit147112d

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
@@ -533,7 +533,7 @@ CreateTrigger(CreateTrigStmt *stmt, const char *queryString,
533533
* can skip this for internally generated triggers, since the name
534534
* modification above should be sufficient.
535535
*
536-
* NOTE that this is cool only because we haveAccessExclusiveLock on the
536+
* NOTE that this is cool only because we haveShareRowExclusiveLock on the
537537
* relation, so the trigger set won't be changing underneath us.
538538
*/
539539
if (!isInternal)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp