aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2022-09-06 15:59:15 +1200
committerDavid Rowley <drowley@postgresql.org>2022-09-06 15:59:15 +1200
commitc89b44a68d918e24335f2d132684c53dd16d0d2b (patch)
tree6a5353dce46bc5447969ea9cc4a387ed7907f0bc /src
parent16d69ec29b1199831c74504845f5d6117dbfc738 (diff)
downloadpostgresql-c89b44a68d918e24335f2d132684c53dd16d0d2b.tar.gz
postgresql-c89b44a68d918e24335f2d132684c53dd16d0d2b.zip
Fix typo in 16d69ec29
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
Diffstat (limited to 'src')
-rw-r--r--src/backend/commands/trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c
index 08f9a307fd1..28c3dcd0f76 100644
--- 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 quite code here to find the
+ * that ever changes then we'll need to write code here to find the
* corresponding child index.
*/
Assert(!OidIsValid(indexOid));