Commit c5ab8425 authored by Robert Haas's avatar Robert Haas

Kill stray "not".

parent 8d0df204
...@@ -769,7 +769,7 @@ copy_heap_data(Oid OIDNewHeap, Oid OIDOldHeap, Oid OIDOldIndex, ...@@ -769,7 +769,7 @@ copy_heap_data(Oid OIDNewHeap, Oid OIDOldHeap, Oid OIDOldIndex,
/* /*
* We need to log the copied data in WAL iff WAL archiving/streaming is * We need to log the copied data in WAL iff WAL archiving/streaming is
* enabled AND it's not a WAL-logged rel. * enabled AND it's a WAL-logged rel.
*/ */
use_wal = XLogIsNeeded() && RelationNeedsWAL(NewHeap); use_wal = XLogIsNeeded() && RelationNeedsWAL(NewHeap);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment