projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71404af
)
Change comment to describe correct lock level used
author
Simon Riggs
<simon@2ndQuadrant.com>
Wed, 23 Mar 2016 11:32:34 +0000
(11:32 +0000)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Wed, 23 Mar 2016 11:32:34 +0000
(11:32 +0000)
src/backend/commands/trigger.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/trigger.c
b/src/backend/commands/trigger.c
index 5fa2063c935ad7c24967a97a5078aba608751502..28260e86600adae325727ccab319dc0a97cb0fbd 100644
(file)
--- a/
src/backend/commands/trigger.c
+++ b/
src/backend/commands/trigger.c
@@
-532,7
+532,7
@@
CreateTrigger(CreateTrigStmt *stmt, const char *queryString,
* can skip this for internally generated triggers, since the name
* modification above should be sufficient.
*
- * NOTE that this is cool only because we have
Access
ExclusiveLock on the
+ * NOTE that this is cool only because we have
ShareRow
ExclusiveLock on the
* relation, so the trigger set won't be changing underneath us.
*/
if (!isInternal)