forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5024231
committed
Fix build of Perl-using modules of Windows
Commitf14413b broke the build ofPerl-using modules on Windows.Perl might have its own definitions of uid_t and gid_t, so we hideours, but then we can't use ours in our header files such as port.hwhich don't see the Perl definition.Hide our definition of getpeereid() on Windows in Perl-using modules,using PLPERL_HAVE_UID_GID define. That means we can't portably usegetpeeruid() is such modules right now, but there is no need anyway.1 parentf14413b commit5024231
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
| 358 | + | |
| 359 | + | |
358 | 360 |
| |
359 | 361 |
| |
| 362 | + | |
360 | 363 |
| |
361 | 364 |
| |
362 | 365 |
| |
|
0 commit comments
Comments
(0)