psql not responding to SIGINT upon db reconnection
От
Tristan Partin
Тема
psql not responding to SIGINT upon db reconnection
Дата
Msg-id
CUAJJDVD8L61.2AH6VEEDMTXX3@gonk
Список
Дерево обсуждения
psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Gurjeet Singh <gurjeet@singh.im>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Tom Lane <tgl@sss.pgh.pa.us>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Shlok Kyal <shlok.kyal.oss@gmail.com>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Heikki Linnakangas <hlinnaka@iki.fi>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Heikki Linnakangas <hlinnaka@iki.fi>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Heikki Linnakangas <hlinnaka@iki.fi>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Robert Haas <robertmhaas@gmail.com>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Robert Haas <robertmhaas@gmail.com>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Jelte Fennema-Nio <postgres@jeltef.nl>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Robert Haas <robertmhaas@gmail.com>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Robert Haas <robertmhaas@gmail.com>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Robert Haas <robertmhaas@gmail.com>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Robert Haas <robertmhaas@gmail.com>
Re: psql not responding to SIGINT upon db reconnection Jelte Fennema-Nio <postgres@jeltef.nl>
Re: psql not responding to SIGINT upon db reconnection Tom Lane <tgl@sss.pgh.pa.us>
Re: psql not responding to SIGINT upon db reconnection Jelte Fennema-Nio <postgres@jeltef.nl>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Jelte Fennema-Nio <postgres@jeltef.nl>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Robert Haas <robertmhaas@gmail.com>
Re: psql not responding to SIGINT upon db reconnection Jelte Fennema-Nio <postgres@jeltef.nl>
Re: psql not responding to SIGINT upon db reconnection Robert Haas <robertmhaas@gmail.com>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection "Tristan Partin" <tristan@neon.tech>
Re: psql not responding to SIGINT upon db reconnection Jelte Fennema-Nio <postgres@jeltef.nl>
Neon provides a quick start mechanism for psql using the following workflow: $ psql -h pg.neon.tech NOTICE: Welcome to Neon! Authenticate by visiting: https://console.neon.tech/psql_session/xxx Upon navigating to the link, the user selects their database to work with. The psql process is then connected to a Postgres database at Neon. psql provides a way to reconnect to the database from within itself: \c. If, after connecting to a database such as the process previously mentioned, the user starts a reconnection to the database from within psql, the process will refuse to interrupt the reconnection attempt after sending SIGINT to it. tristan=> \c NOTICE: Welcome to Neon! Authenticate by visiting: https://console.neon.tech/psql_session/yyy ^C ^C^C ^C^C I am not really sure if this was a problem on Windows machines, but the attached patch should support it if it does. If this was never a problem on Windows, it might be best to check for any regressions. This was originally discussed in the a GitHub issue[0] at Neon. [0]: https://github.com/neondatabase/neon/issues/1449 -- Tristan Partin Neon (https://neon.tech)
В списке pgsql-hackers по дате отправления
От: Tomas Vondra
Дата: