forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit098f4d8
committed
Remove configure probe for shm_open.
shm_open() is in SUSv2 and all targeted Unix systems have it.We retain a HAVE_SHM_OPEN macro, because it's clearer to readers thansomething like !defined(WIN32).Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/CA+hUKGJ3LHeP9w5Fgzdr4G8AnEtJ=z=p6hGDEm4qYGEUX5B6fQ@mail.gmail.com1 parentbdb657e commit098f4d8
File tree
5 files changed
+2
-6
lines changed- src
- include
- tools/msvc
5 files changed
+2
-6
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16039 | 16039 |
| |
16040 | 16040 |
| |
16041 | 16041 |
| |
16042 |
| - | |
| 16042 | + | |
16043 | 16043 |
| |
16044 | 16044 |
| |
16045 | 16045 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1810 | 1810 |
| |
1811 | 1811 |
| |
1812 | 1812 |
| |
1813 |
| - | |
1814 | 1813 |
| |
1815 | 1814 |
| |
1816 | 1815 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
472 | 472 |
| |
473 | 473 |
| |
474 | 474 |
| |
475 |
| - | |
476 |
| - | |
477 |
| - | |
478 | 475 |
| |
479 | 476 |
| |
480 | 477 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
| 528 | + | |
528 | 529 |
| |
529 | 530 |
| |
530 | 531 |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
354 |
| - | |
355 | 354 |
| |
356 | 355 |
| |
357 | 356 |
| |
|
0 commit comments
Comments
(0)