Skip to content
Snippets Groups Projects
Commit c5ab8425 authored by Robert Haas's avatar Robert Haas
Browse files

Kill stray "not".

parent 8d0df204
No related branches found
No related tags found
No related merge requests found
......@@ -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
* enabled AND it's not a WAL-logged rel.
* enabled AND it's a WAL-logged rel.
*/
use_wal = XLogIsNeeded() && RelationNeedsWAL(NewHeap);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment