Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3b5a2a8

Browse files
committed
Reword bogus comment
1 parent 0b0baf2 commit 3b5a2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/file.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ rewriteVisibilityMap(const char *fromfile, const char *tofile)
273273
new_cur += BITS_PER_HEAPBLOCK;
274274
}
275275

276-
/* If the last part of the old page is empty, skip to write it */
276+
/* If the last part of the old page is empty, skip writing it */
277277
if (old_lastpart && empty)
278278
break;
279279

0 commit comments

Comments
 (0)