- Notifications
You must be signed in to change notification settings - Fork28
Commita194106
committed
MSVC builds must use a separate stamp file for copying generated headers.
Commitbad51a4 tried to use a shortcut with just one stamp filerecording the actions of generating the pg_*_d.h headers and copyingthem to the src/include/catalog/ directory. That doesn't work in allscenarios though, so we must use two stamp files like the Makefiles do.John NaylorDiscussion:https://postgr.es/m/CANFyU944GdHr=puPbA78STnqr=8kgMrGF-VDHck6aO_-qNDALg@mail.gmail.com1 parent3dacd9b commita194106
2 files changed
+9
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
| 504 | + | |
504 | 505 |
| |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
505 | 510 |
| |
506 | 511 |
| |
507 | 512 |
| |
| |||
516 | 521 |
| |
517 | 522 |
| |
518 | 523 |
| |
| 524 | + | |
| 525 | + | |
| 526 | + | |
519 | 527 |
| |
520 | 528 |
| |
521 | 529 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
|
0 commit comments
Comments
(0)