projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d30fb1
)
Fix typo.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 8 Nov 2016 20:33:57 +0000
(15:33 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 8 Nov 2016 20:33:57 +0000
(15:33 -0500)
Michael Paquier
src/backend/commands/event_trigger.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/event_trigger.c
b/src/backend/commands/event_trigger.c
index ac4c4ecbe77ef0be5d03c55d872a1512cea8520b..e87fce7e6a99b4905409ee539197a30d0e1c2729 100644
(file)
--- a/
src/backend/commands/event_trigger.c
+++ b/
src/backend/commands/event_trigger.c
@@
-742,7
+742,7
@@
EventTriggerCommonSetup(Node *parsetree,
/*
* Filter list of event triggers by command tag, and copy them into our
- * memory context. Once we start running the command trigers, or indeed
+ * memory context. Once we start running the command trig
g
ers, or indeed
* once we do anything at all that touches the catalogs, an invalidation
* might leave cachelist pointing at garbage, so we must do this before we
* can do much else.