• Peter Eisentraut's avatar
    pg_upgrade: Fix some minor code issues · 08c5c6d2
    Peter Eisentraut authored
    96ef3b8f accidentally copied a not
    applicable comment from the float8_pass_by_value code to the
    data_checksums code.  Remove that.
    
    87d3b35a 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.
    08c5c6d2
pg_upgrade.h 12.7 KB