projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27347c4
)
Fix typo in C comment.
author
Kevin Grittner
Sun, 23 Aug 2015 15:41:08 +0000
(10:41 -0500)
committer
Kevin Grittner
Sun, 23 Aug 2015 15:41:08 +0000
(10:41 -0500)
Merlin Moncure
Backpatch to 9.5, where the misspelling was introduced
src/backend/commands/trigger.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/trigger.c
b/src/backend/commands/trigger.c
index 31091ba7f3e2f54b4f6dbd91648223f442b99766..74100f0eeaabf2d19e2cd16176c62ce8a27d78dd 100644
(file)
--- a/
src/backend/commands/trigger.c
+++ b/
src/backend/commands/trigger.c
@@
-4126,7
+4126,7
@@
AfterTriggerEndXact(bool isCommit)
/*
- * Forget the query stack and constrant-related state information. As
+ * Forget the query stack and constra
i
nt-related state information. As
* with the subtransaction state information, we don't bother freeing the
* memory here.
*/