aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/commands/trigger.c')
-rw-r--r--src/backend/commands/trigger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c
index 40159db834f..daa5b8e7175 100644
--- a/src/backend/commands/trigger.c
+++ b/src/backend/commands/trigger.c
@@ -1719,7 +1719,7 @@ DeferredTriggerSaveEvent(Relation rel, int event,
/* ----------
* Look at the previous event to the same tuple if
- * any of it's triggers has already been executed.
+ * any of its triggers has already been executed.
* Such a situation would potentially violate RI
* so we abort the transaction.
* ----------
@@ -1795,7 +1795,7 @@ DeferredTriggerSaveEvent(Relation rel, int event,
/* ----------
* Look at the previous event to the same tuple if
- * any of it's triggers has already been executed.
+ * any of its triggers has already been executed.
* Such a situation would potentially violate RI
* so we abort the transaction.
* ----------