1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-11 11:41:33 +02:00

Improve comment within on_interrupt()

This commit is contained in:
Arthur Zakirov 2018-12-12 17:27:31 +03:00
parent 23d1a26e02
commit 0b05cf0343

View File

@ -703,7 +703,10 @@ on_interrupt(void)
/* Set interruped flag */
interrupted = true;
/* User promts password, call on_cleanup() byhand */
/*
* User promts password, call on_cleanup() byhand. If we don't do that we
* will stuck forever until an user enters a password.
*/
if (in_password)
{
on_cleanup();