mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Improve legibility of numeric literal
This commit is contained in:
@ -1249,7 +1249,7 @@ sub poll_query_until
|
||||
}
|
||||
|
||||
# Wait 0.1 second before retrying.
|
||||
usleep(100000);
|
||||
usleep(100_000);
|
||||
|
||||
$attempts++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user