We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0baf2 commit 3b5a2a8Copy full SHA for 3b5a2a8
src/bin/pg_upgrade/file.c
@@ -273,7 +273,7 @@ rewriteVisibilityMap(const char *fromfile, const char *tofile)
273
new_cur += BITS_PER_HEAPBLOCK;
274
}
275
276
- /* 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 */
277
if (old_lastpart && empty)
278
break;
279
0 commit comments