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

Appearance settings

Commit 818861e

Browse filesBrowse files
committed
Fix some typos and grammar issues from commit 87985cc
Reported-by: Alexander Lakhin
1 parent 677a45c commit 818861e
Copy full SHA for 818861e

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/backend/access/heap/heapam.c
+1-1Lines 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. That let's the caller save some resouces on
3415+
* existing tuple. That lets the caller save some resources on
34163416
* placing the lock.
34173417
*/
34183418
if (result == TM_Updated &&

‎src/backend/commands/trigger.c

Copy file name to clipboardExpand all lines: src/backend/commands/trigger.c
+2-2Lines 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 tuple alredy fetched to the slot.
2787+
* Put the FDW old tuple to the slot. Otherwise, the caller is
2788+
* expected to have an old tuple already fetched to the slot.
27892789
*/
27902790
if (fdw_trigtuple != NULL)
27912791
ExecForceStoreHeapTuple(fdw_trigtuple, slot, false);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.