diff options
author | David Rowley | 2022-09-06 03:59:15 +0000 |
---|---|---|
committer | David Rowley | 2022-09-06 03:59:15 +0000 |
commit | c89b44a68d918e24335f2d132684c53dd16d0d2b (patch) | |
tree | 6a5353dce46bc5447969ea9cc4a387ed7907f0bc /src | |
parent | 16d69ec29b1199831c74504845f5d6117dbfc738 (diff) |
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/[email protected]
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/commands/trigger.c | 2 |
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)); |