forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f20506
committed
Add output path arg in generate-lwlocknames.pl
This is in preparation for building postgres with meson / ninja.When building with meson, commands are run at the root of the build tree. Addan option to put build output into the appropriate place. This can be utilizedby src/tools/msvc/ for a minor simplification, which also provides somecoverage for the new option.Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Discussion:https://postgr.es/m/5e216522-ba3c-f0e6-7f97-5276d0270029@enterprisedb.com1 parentb3a0d83 commit4f20506
File tree
2 files changed
+12
-7
lines changed- src
- backend/storage/lmgr
- tools/msvc
2 files changed
+12
-7
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 |
| |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 |
| |
13 | 19 |
| |
14 | 20 |
| |
15 |
| - | |
16 |
| - | |
| 21 | + | |
| 22 | + | |
17 | 23 |
| |
18 | 24 |
| |
19 | 25 |
| |
| |||
65 | 71 |
| |
66 | 72 |
| |
67 | 73 |
| |
68 |
| - | |
69 |
| - | |
| 74 | + | |
| 75 | + | |
70 | 76 |
| |
71 | 77 |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
625 | 625 |
| |
626 | 626 |
| |
627 | 627 |
| |
628 |
| - | |
629 |
| - | |
630 |
| - | |
| 628 | + | |
| 629 | + | |
631 | 630 |
| |
632 | 631 |
| |
633 | 632 |
| |
|
0 commit comments
Comments
(0)