Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit818861e

Browse files
committed
Fix some typos and grammar issues from commit87985cc
Reported-by: Alexander Lakhin
1 parent677a45c commit818861e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/backend/access/heap/heapam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3412,7 +3412,7 @@ heap_update(Relation relation, ItemPointer otid, HeapTuple newtup,
34123412

34133413
/*
34143414
* If we're asked to lock the updated tuple, we just fetch the
3415-
* existing tuple. Thatlet's the caller save someresouces on
3415+
* existing tuple. Thatlets the caller save someresources on
34163416
* placing the lock.
34173417
*/
34183418
if (result==TM_Updated&&

‎src/backend/commands/trigger.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2784,8 +2784,8 @@ ExecARDeleteTriggers(EState *estate,
27842784
(transition_capture&&transition_capture->tcs_delete_old_table))
27852785
{
27862786
/*
2787-
* Put the FDW old tuple to the slot. Otherwise, caller is expected
2788-
* to have old tuplealredy fetched to the slot.
2787+
* Put the FDW old tuple to the slot. Otherwise,thecaller is
2788+
*expectedto haveanold tuplealready fetched to the slot.
27892789
*/
27902790
if (fdw_trigtuple!=NULL)
27912791
ExecForceStoreHeapTuple(fdw_trigtuple,slot, false);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp