Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dbfa102

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/rewriteheap.c

+1-1
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)