8000 Fix comment introduced in 0b05cf0343 · postgrespro/pg_probackup@5ad509a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ad509a

Browse files
committed
Fix comment introduced in 0b05cf0
1 parent 0b05cf0 commit 5ad509a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/pgut.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ on_interrupt(void)
704704
interrupted = true;
705705

706706
/*
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.
707+
* User promts password, call on_cleanup() byhand. Unless we do that we will
708+
* get stuck forever until a user enters a password.
709709
*/
710710
if (in_password)
711711
{

0 commit comments

Comments
 (0)
0