mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 12:56:59 +08:00
Reword bogus comment
This commit is contained in:
@ -273,7 +273,7 @@ rewriteVisibilityMap(const char *fromfile, const char *tofile)
|
||||
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)
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user