pg_upgrade: Fix some minor code issues
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 12 Aug 2022 22:00:41 +0000 (00:00 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 12 Aug 2022 22:15:37 +0000 (00:15 +0200)
commit8e40d16e954195c7bce7070a26174fcca3164882
tree8994b02b1129196424180626b0b506dddfae560a
parent1a2ad6e3bd042cf64c2321de36abf7db2bb50578
pg_upgrade: Fix some minor code issues

96ef3b8ff1cf1950e897fd2f766d4bd9ef0d5d56 accidentally copied a not
applicable comment from the float8_pass_by_value code to the
data_checksums code.  Remove that.

87d3b35a1ca31a9d947a8f919a6006679216dff0 changed pg_upgrade to
checking the checksum version rather than just the Boolean presence of
checksums, but didn't change the field type in its ControlData struct
from bool.  So this would not work correctly if there ever is a
checksum version larger than 1.
src/bin/pg_upgrade/controldata.c
src/bin/pg_upgrade/pg_upgrade.h