Fix some typos and grammar issues from commit 87985cc925

Reported-by: Alexander Lakhin
pull/159/head
Alexander Korotkov 2 years ago
parent 677a45c4ae
commit 818861eb57
  1. 2
      src/backend/access/heap/heapam.c
  2. 4
      src/backend/commands/trigger.c

@ -3412,7 +3412,7 @@ l2:
/*
* If we're asked to lock the updated tuple, we just fetch the
* existing tuple. That let's the caller save some resouces on
* existing tuple. That lets the caller save some resources on
* placing the lock.
*/
if (result == TM_Updated &&

@ -2784,8 +2784,8 @@ ExecARDeleteTriggers(EState *estate,
(transition_capture && transition_capture->tcs_delete_old_table))
{
/*
* Put the FDW old tuple to the slot. Otherwise, caller is expected
* to have old tuple alredy fetched to the slot.
* Put the FDW old tuple to the slot. Otherwise, the caller is
* expected to have an old tuple already fetched to the slot.
*/
if (fdw_trigtuple != NULL)
ExecForceStoreHeapTuple(fdw_trigtuple, slot, false);

Loading…
Cancel
Save