mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Kill stray "not".
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user