Reword bogus comment

pull/31/head
Alvaro Herrera 9 years ago
parent 0b0baf2621
commit 3b5a2a8856
  1. 2
      src/bin/pg_upgrade/file.c

@ -273,7 +273,7 @@ rewriteVisibilityMap(const char *fromfile, const char *tofile)
new_cur += BITS_PER_HEAPBLOCK; new_cur += BITS_PER_HEAPBLOCK;
} }
/* If the last part of the old page is empty, skip to write it */ /* If the last part of the old page is empty, skip writing it */
if (old_lastpart && empty) if (old_lastpart && empty)
break; break;

Loading…
Cancel
Save