]> granicus.if.org Git - postgresql/blobdiff - src/backend/commands/cluster.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / backend / commands / cluster.c
index 349d13034e32975356c755e76533ac76d704abd2..a72b0ad5ff24bd50b04bb576cb3e1ba0b897ae67 100644 (file)
@@ -594,10 +594,10 @@ make_new_heap(Oid OIDOldHeap, Oid NewTableSpace)
        OldHeapDesc = RelationGetDescr(OldHeap);
 
        /*
-        * Note that the NewHeap will not
-        * receive any of the defaults or constraints associated with the OldHeap;
-        * we don't need 'em, and there's no reason to spend cycles inserting them
-        * into the catalogs only to delete them.
+        * Note that the NewHeap will not receive any of the defaults or
+        * constraints associated with the OldHeap; we don't need 'em, and there's
+        * no reason to spend cycles inserting them into the catalogs only to
+        * delete them.
         */
 
        /*