forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd1b9099
committed
Remove latch.c workaround for Linux < 2.6.27.
Commit82ebbeb added a workaround for systems with no epoll_create1()and EPOLL_CLOEXEC. Linux < 2.6.27 and glibc < 2.9 are long gone. Nowseems like a good time to drop the extra code, because otherwise we'dhave to add similar already-dead workaround code to new patches usingXXX_CLOEXEC flags that arrived in the same kernel release.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CA%2BhUKGKL_%3DaO%3Dr30N%3Ds9VoDgTqHpRSzePRbA9dkYO7snc7HsxA%40mail.gmail.com1 parent943eb47 commitd1b9099
1 file changed
+1
-20
lines changedLines changed: 1 addition & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
666 | 666 |
| |
667 | 667 |
| |
668 | 668 |
| |
669 |
| - | |
670 | 669 |
| |
671 | 670 |
| |
672 | 671 |
| |
673 | 672 |
| |
674 | 673 |
| |
675 | 674 |
| |
676 |
| - | |
677 |
| - | |
678 |
| - | |
679 |
| - | |
680 |
| - | |
681 |
| - | |
682 |
| - | |
683 |
| - | |
684 |
| - | |
685 |
| - | |
686 |
| - | |
687 |
| - | |
688 |
| - | |
689 |
| - | |
690 |
| - | |
691 |
| - | |
692 |
| - | |
693 |
| - | |
694 | 675 |
| |
695 | 676 |
| |
696 | 677 |
| |
| |||
736 | 717 |
| |
737 | 718 |
| |
738 | 719 |
| |
739 |
| - | |
| 720 | + | |
740 | 721 |
| |
741 | 722 |
| |
742 | 723 |
| |
|
0 commit comments
Comments
(0)