Minor comment change
authorSimon Riggs <[email protected]>
Mon, 5 Oct 2009 21:13:59 +0000 (22:13 +0100)
committerSimon Riggs <[email protected]>
Mon, 5 Oct 2009 21:13:59 +0000 (22:13 +0100)
src/backend/access/transam/xact.c

index 7e30234ee7a93eeb808a66ef1f4f8c0dd162a0e7..79bbc0e7bb30fcdb826fa10c42d8dadd54d8c47b 100644 (file)
@@ -4476,8 +4476,7 @@ xact_redo_commit(xl_xact_commit *xlrec, TransactionId xid,
                /*
                 * Record any newly known assigned transactions. This looks
                 * strange to add xids and then immediately remove them, but
-                * we do other important processing here also do don't remove
-                * them (again).
+                * we do other important processing here also so do not remove.
                 */
                RecordKnownAssignedTransactionIds(max_xid);
 
@@ -4601,8 +4600,7 @@ xact_redo_abort(xl_xact_abort *xlrec, TransactionId xid)
                /*
                 * Record any newly known assigned transactions. This looks
                 * strange to add xids and then immediately remove them, but
-                * we do other important processing here also do don't remove
-                * them (again).
+                * we do other important processing here also so do not remove.
                 */
                RecordKnownAssignedTransactionIds(max_xid);