mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Reword bogus comment
This commit is contained in:
parent
0b0baf2621
commit
3b5a2a8856
@ -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…
x
Reference in New Issue
Block a user