aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-06-16 12:43:35 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-06-16 12:43:35 -0400
commit3b5a2a8856b810ed354fb6dbb7df8d7325ece82f (patch)
treed608a750e1200cacad13a63c130e3750510396b9 /src
parent0b0baf26211a98a8593279fa24635bc4dd9ac99d (diff)
downloadpostgresql-3b5a2a8856b810ed354fb6dbb7df8d7325ece82f.tar.gz
postgresql-3b5a2a8856b810ed354fb6dbb7df8d7325ece82f.zip
Reword bogus comment
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_upgrade/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/file.c b/src/bin/pg_upgrade/file.c
index b132e58195a..b33f0b46e34 100644
--- a/src/bin/pg_upgrade/file.c
+++ b/src/bin/pg_upgrade/file.c
@@ -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;