@@ -783,9 +783,9 @@ raw_heap_insert(RewriteState state, HeapTuple tup)
783
783
* deal with WAL logging at all - an fsync() at the end of a rewrite would be
784
784
* sufficient for crash safety. Any mapping that hasn't been safely flushed to
785
785
* disk has to be by an aborted (explicitly or via a crash) transaction and is
786
- * ignored by virtue of the xid init's name being subject to a
786
+ * ignored by virtue of the xid inits name being subject to a
787
787
* TransactionDidCommit() check. But we want to support having standbys via
788
- * physical replication, both for availability and toto do logical decoding
788
+ * physical replication, both for availability and to do logical decoding
789
789
* there.
790
790
* ------------------------------------------------------------------------
791
791
*/
@@ -1046,7 +1046,7 @@ logical_rewrite_log_mapping(RewriteState state, TransactionId xid,
1046
1046
1047
1047
/*
1048
1048
* Perform logical remapping for a tuple that's mapped from old_tid to
1049
- * new_tuple->t_self by rewrite_heap_tuple()iff necessary for the tuple.
1049
+ * new_tuple->t_self by rewrite_heap_tuple()if necessary for the tuple.
1050
1050
*/
1051
1051
static void
1052
1052
logical_rewrite_heap_tuple (RewriteState state ,ItemPointerData old_tid ,