]> granicus.if.org Git - postgresql/commitdiff
Kill stray "not".
authorRobert Haas <rhaas@postgresql.org>
Thu, 12 May 2011 21:10:30 +0000 (17:10 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 12 May 2011 21:10:30 +0000 (17:10 -0400)
src/backend/commands/cluster.c

index bcc7d1eb536bc2425e94e495ff79de69ade1603c..dc0f6059b04f7fbac0bf1fd5133109a172129a50 100644 (file)
@@ -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);