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 dbfa102

Browse filesBrowse files
author
Amit Kapila
committed
Fix typo in rewriteheap.c.
Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACW7SvfFW8r2uKH6oQm1kNpt8aQMG61kSBPK0S2PHhFbMw@mail.gmail.com
1 parent b69aba7 commit dbfa102
Copy full SHA for dbfa102

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/backend/access/heap/rewriteheap.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ raw_heap_insert(RewriteState state, HeapTuple tup)
741741
*
742742
* When doing logical decoding - which relies on using cmin/cmax of catalog
743743
* tuples, via xl_heap_new_cid records - heap rewrites have to log enough
744-
* information to allow the decoding backend to updates its internal mapping
744+
* information to allow the decoding backend to update its internal mapping
745745
* of (relfilenode,ctid) => (cmin, cmax) to be correct for the rewritten heap.
746746
*
747747
* For that, every time we find a tuple that's been modified in a catalog

0 commit comments

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