1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Improve legibility of numeric literal

This commit is contained in:
Andrew Dunstan 2017-07-17 15:35:19 -04:00
parent a570feaf92
commit cde11fa3c0

View File

@ -1249,7 +1249,7 @@ sub poll_query_until
} }
# Wait 0.1 second before retrying. # Wait 0.1 second before retrying.
usleep(100000); usleep(100_000);
$attempts++; $attempts++;
} }