OSDN Git Service

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 bcc7d1e..dc0f605 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);