- Notifications
You must be signed in to change notification settings - Fork5
Commit1933a5b
committed
Make pg_xlogdump MSVC build work more like others.
Instead of copying xlogreader.c and *desc.c files into the source directory,build them where they are. That's what we do for other binaries that need tocompile and link in files from elsewhere in the source tree.The commit history suggests that it was done this way because of issues witholder versions of MSVC. I think this should work, but we'll see if thebuildfarm complains.1 parent30a5ce8 commit1933a5b
2 files changed
+3
-13
lines changedLines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
| |||
628 | 627 |
| |
629 | 628 |
| |
630 | 629 |
| |
631 |
| - | |
| 630 | + | |
632 | 631 |
| |
633 |
| - | |
634 |
| - | |
635 |
| - | |
| 632 | + | |
636 | 633 |
| |
637 |
| - | |
638 |
| - | |
639 |
| - | |
| 634 | + | |
640 | 635 |
| |
641 | 636 |
| |
642 | 637 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 | 95 |
| |
101 | 96 |
| |
102 | 97 |
| |
|
0 commit comments
Comments
(0)