projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d69ec
)
Fix typo in 16d69ec29
author
David Rowley
<drowley@postgresql.org>
Tue, 6 Sep 2022 03:59:15 +0000
(15:59 +1200)
committer
David Rowley
<drowley@postgresql.org>
Tue, 6 Sep 2022 03:59:15 +0000
(15:59 +1200)
As noted by Justin Pryzby, just I forgot to commit locally before creating
a patch file.
Discussion: https://postgr.es/m/
20220901053146
.GI31833@telsasoft.com
src/backend/commands/trigger.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/trigger.c
b/src/backend/commands/trigger.c
index 08f9a307fd18bbbd35530c9a692e222493c95140..28c3dcd0f76b2e6840247ad55565780277d05e48 100644
(file)
--- a/
src/backend/commands/trigger.c
+++ b/
src/backend/commands/trigger.c
@@
-1157,7
+1157,7
@@
CreateTriggerFiringOn(CreateTrigStmt *stmt, const char *queryString,
/*
* We don't currently expect to be called with a valid indexOid. If
- * that ever changes then we'll need to
qu
ite code here to find the
+ * that ever changes then we'll need to
wr
ite code here to find the
* corresponding child index.
*/
Assert(!OidIsValid(indexOid));