forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcafe105
committed
Allow SIGINT to cancel psql database reconnections.
After installing the SIGINT handler in psql, SIGINT can no longer canceldatabase reconnections. For instance, if the user starts a reconnectionand then needs to do some form of interaction (ie psql is polling),there is no way to cancel the reconnection process currently.Use PQconnectStartParams() in order to insert a cancel_pressed checkinto the polling loop.Tristan Partin, reviewed by Gurjeet Singh, Heikki Linnakangas, JelteFennema-Nio, and me.Discussion:http://postgr.es/m/D08WWCPVHKHN.3QELIKZJ2D9RZ@neon.tech1 parentf5e4ded commitcafe105
1 file changed
+71
-1
lines changedLines changed: 71 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
162 | 163 |
| |
163 | 164 |
| |
164 | 165 |
| |
| |||
3595 | 3596 |
| |
3596 | 3597 |
| |
3597 | 3598 |
| |
3598 |
| - | |
| 3599 | + | |
3599 | 3600 |
| |
3600 | 3601 |
| |
3601 | 3602 |
| |
3602 | 3603 |
| |
| 3604 | + | |
3603 | 3605 |
| |
3604 | 3606 |
| |
3605 | 3607 |
| |
| |||
3748 | 3750 |
| |
3749 | 3751 |
| |
3750 | 3752 |
| |
| 3753 | + | |
| 3754 | + | |
| 3755 | + | |
| 3756 | + | |
| 3757 | + | |
| 3758 | + | |
| 3759 | + | |
| 3760 | + | |
| 3761 | + | |
| 3762 | + | |
| 3763 | + | |
| 3764 | + | |
| 3765 | + | |
| 3766 | + | |
| 3767 | + | |
| 3768 | + | |
| 3769 | + | |
| 3770 | + | |
| 3771 | + | |
| 3772 | + | |
| 3773 | + | |
| 3774 | + | |
| 3775 | + | |
| 3776 | + | |
| 3777 | + | |
| 3778 | + | |
| 3779 | + | |
| 3780 | + | |
| 3781 | + | |
| 3782 | + | |
| 3783 | + | |
| 3784 | + | |
| 3785 | + | |
| 3786 | + | |
| 3787 | + | |
| 3788 | + | |
| 3789 | + | |
| 3790 | + | |
| 3791 | + | |
| 3792 | + | |
| 3793 | + | |
| 3794 | + | |
| 3795 | + | |
| 3796 | + | |
| 3797 | + | |
| 3798 | + | |
| 3799 | + | |
| 3800 | + | |
| 3801 | + | |
| 3802 | + | |
| 3803 | + | |
| 3804 | + | |
| 3805 | + | |
| 3806 | + | |
| 3807 | + | |
| 3808 | + | |
| 3809 | + | |
| 3810 | + | |
| 3811 | + | |
| 3812 | + | |
| 3813 | + | |
| 3814 | + | |
| 3815 | + | |
| 3816 | + | |
| 3817 | + | |
| 3818 | + | |
| 3819 | + | |
| 3820 | + | |
3751 | 3821 |
| |
3752 | 3822 |
| |
3753 | 3823 |
| |
|
0 commit comments
Comments
(0)