Skip to content

Commit c89b44a

Browse files
committed
Fix typo in 16d69ec
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
1 parent 16d69ec commit c89b44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/trigger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ CreateTriggerFiringOn(CreateTrigStmt *stmt, const char *queryString,
11571157

11581158
/*
11591159
* We don't currently expect to be called with a valid indexOid. If
1160-
* that ever changes then we'll need to quite code here to find the
1160+
* that ever changes then we'll need to write code here to find the
11611161
* corresponding child index.
11621162
*/
11631163
Assert(!OidIsValid(indexOid));

0 commit comments

Comments
 (0)