forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0699b1a
committed
Add missing binary_upgrade.h includes.
A few places used binary_upgrade_* variables without including the header,which worked without warnings because the variables are defined in thoseplaces. However that can cause linker complaints with MSVC - except that wedon't see them right now, due to the use of a symbol export file.Discussion:https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de1 parent09cd33f commit0699b1a
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
0 commit comments
Comments
(0)