forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b763ff
committed
Remove seemingly unneeded include directory in MSVC scripts
This appears to have been added way back inee3b418 but it's a littleunclear why the change made in that commit is even needed given that320c7eb, dated 18 months earlier, added code to copy fmgroids.h tosrc/include/utils.amcheck seems to get away without adding the additional include directory,so perhaps dblink can get away with it too.This builds ok in my VS2017 environment, but the buildfarm may serve as areminder about whyee3b418 was required. There's only one way to findout for sure.Discussion:https://postgr.es/m/CAApHDvpo6g5csCTjc_0C7DMvgFPomVb0Rh-AcW5afd=Ya=LRuw@mail.gmail.com1 parent93a0bf2 commit4b763ff
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
0 commit comments
Comments
(0)