Skip to content

Commit 0b05cf0

Browse files
committed
Improve comment within on_interrupt()
1 parent 23d1a26 commit 0b05cf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/utils/pgut.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,10 @@ on_interrupt(void)
703703
/* Set interruped flag */
704704
interrupted = true;
705705

706-
/* User promts password, call on_cleanup() byhand */
706+
/*
707+
* User promts password, call on_cleanup() byhand. If we don't do that we
708+
* will stuck forever until an user enters a password.
709+
*/
707710
if (in_password)
708711
{
709712
on_cleanup();

0 commit comments

Comments
 (0)