remove_func.diffs

application/octet-stream

Filename: remove_func.diffs
Type: application/octet-stream
Part: 0
Message: RE: Skip collecting decoded changes of already-aborted transactions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h
index 3be0cbd7eb..8c6a2b954e 100644
--- a/src/include/replication/reorderbuffer.h
+++ b/src/include/replication/reorderbuffer.h
@@ -259,12 +259,6 @@ typedef struct ReorderBufferChange
 	((txn)->txn_flags & RBTXN_IS_ABORTED) != 0 \
 )
 
-/* prepare for this transaction skipped? */
-#define rbtxn_skip_prepared(txn) \
-( \
-	((txn)->txn_flags & RBTXN_SKIPPED_PREPARE) != 0 \
-)
-
 /* Is this a top-level transaction? */
 #define rbtxn_is_toptxn(txn) \
 ( \