8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69aba7 commit dbfa102Copy full SHA for dbfa102
src/backend/access/heap/rewriteheap.c
@@ -741,7 +741,7 @@ raw_heap_insert(RewriteState state, HeapTuple tup)
741
*
742
* When doing logical decoding - which relies on using cmin/cmax of catalog
743
* 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
+ * information to allow the decoding backend to update its internal mapping
745
* of (relfilenode,ctid) => (cmin, cmax) to be correct for the rewritten heap.
746
747
* For that, every time we find a tuple that's been modified in a catalog
0 commit comments