1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Fix it's and its to be correct.

This commit is contained in:
Bruce Momjian
2000-01-05 18:23:54 +00:00
parent c0cab6f4fa
commit b78769fda2
24 changed files with 54 additions and 54 deletions

View File

@ -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.
* ----------