diff options
Diffstat (limited to 'src/backend/access/heap/pruneheap.c')
| -rw-r--r-- | src/backend/access/heap/pruneheap.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/backend/access/heap/pruneheap.c b/src/backend/access/heap/pruneheap.c index 3332e085b83..6d72bb27659 100644 --- a/src/backend/access/heap/pruneheap.c +++ b/src/backend/access/heap/pruneheap.c @@ -237,7 +237,6 @@ heap_page_prune(Relation relation, Buffer buffer, TransactionId OldestXmin,  		{  			XLogRecPtr	recptr; -			Assert(TransactionIdIsValid(prstate.latestRemovedXid));  			recptr = log_heap_clean(relation, buffer,  									prstate.redirected, prstate.nredirected,  									prstate.nowdead, prstate.ndead, | 
