projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d5a00
)
Change comment to describe correct lock level used
author
Simon Riggs
<
[email protected]
>
Wed, 23 Mar 2016 11:33:26 +0000
(11:33 +0000)
committer
Simon Riggs
<
[email protected]
>
Wed, 23 Mar 2016 11:33:26 +0000
(11:33 +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 74100f0eeaabf2d19e2cd16176c62ce8a27d78dd..c835a2c409a843cc8a51bf155f7fd6a9304b2d4f 100644
(file)
--- a/
src/backend/commands/trigger.c
+++ b/
src/backend/commands/trigger.c
@@
-533,7
+533,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)