=== Applying patches on top of PostgreSQL commit ID ca266a069a20c32a8f0a1df982a5a67d9483bcb3 === === applying patch ./0001-FailedAssertion-logno-context-recovery_logno-fix.patch can't find file to patch at input line 23 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From e69a9eea71562434cc0512871a9b6d7424ce93ec Mon Sep 17 00:00:00 2001 |From: Vigneshwaran c |Date: Fri, 30 Aug 2019 11:45:03 +0530 |Subject: [PATCH] FailedAssertion("!(logno == context->recovery_logno) fix | | try_location was not updated in UndoLogAllocateInRecovery, in | PrepareUndoInsert the try_location was updated with the undo record size. | In the subsequent UndoLogAllocateInRecovery as the value for try_location | was not initialized but only updated with the size the logno will always | not match if the recovery_logno is non zero and the assert fails. Fixed | by setting the try_location in UndoLogAllocateInRecovery, similar to | try_location setting in UndoLogAllocate. | | Patch by Vigneshwaran C, reviewed by Dilip Kumar. |--- | src/backend/access/undo/undolog.c | 8 ++++++++ | 1 file changed, 8 insertions(+) | |diff --git a/src/backend/access/undo/undolog.c b/src/backend/access/undo/undolog.c |index 073221c..9acd570 100644 |--- a/src/backend/access/undo/undolog.c |+++ b/src/backend/access/undo/undolog.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored