forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf5bfb2f
pg_upgrade: Fix some minor code issues
96ef3b8 accidentally copied a notapplicable comment from the float8_pass_by_value code to thedata_checksums code. Remove that.87d3b35 changed pg_upgrade tochecking the checksum version rather than just the Boolean presence ofchecksums, but didn't change the field type in its ControlData structfrom bool. So this would not work correctly if there ever is achecksum version larger than 1.1 parentd50ea32 commitf5bfb2f
2 files changed
+1
-2
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
497 | 497 |
| |
498 | 498 |
| |
499 | 499 |
| |
500 |
| - | |
501 | 500 |
| |
502 | 501 |
| |
503 | 502 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 |
| - | |
| 219 | + | |
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
|
0 commit comments
Comments
(0)