mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
Fix some typos and grammar issues from commit 87985cc925
Reported-by: Alexander Lakhin
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user