forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b74022
committed
Fix EXEC BACKEND + Windows builds for group privs
Under EXEC BACKEND we also need to be going through the group privilegessetup since we do support that on Unixy systems, so add that toSubPostmasterMain().Under Windows, we need to simply return true fromGetDataDirectoryCreatePerm(), but that wasn't happening due to a missing #else clause.Per buildfarm.1 parentc37b3d0 commit2b74022
2 files changed
+15
-2
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4801 | 4801 |
| |
4802 | 4802 |
| |
4803 | 4803 |
| |
| 4804 | + | |
| 4805 | + | |
| 4806 | + | |
| 4807 | + | |
| 4808 | + | |
| 4809 | + | |
| 4810 | + | |
| 4811 | + | |
4804 | 4812 |
| |
4805 | 4813 |
| |
4806 | 4814 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 | 81 |
| |
83 |
| - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 |
| |
85 | 90 |
| |
86 | 91 |
| |
|
0 commit comments
Comments
(0)