]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove leftover conflict marker
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 5 Jun 2021 05:32:29 +0000 (07:32 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 5 Jun 2021 05:32:29 +0000 (07:32 +0200)
src/backend/access/transam/twophase.c

index 4d4396e8f17ae55c81782738c874fa0983d972a3..6add9871ff8ffba904162831727ee4941dcc6e80 100644 (file)
@@ -1381,7 +1381,6 @@ ParsePrepareRecord(uint8 info, char *xlrec, xl_xact_parsed_prepare *parsed)
  * particularly if this routine is called for the end-of-recovery checkpoint
  * in the checkpointer itself, so save the current timeline number value
  * and restore it once done.
->>>>>>> 9477be0b57 (Fix handling of end-of-recovery checkpoint with 2PC transactions)
  */
 static void
 XlogReadTwoPhaseData(XLogRecPtr lsn, char **buf, int *len)