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:
parent
23d1a26e02
commit
0b05cf0343
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user