forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite4da2a4
committed
Update obsolete comment about pg_usleep() accuracy.
There are still some systems that use traditional tick-based sleeptiming, but many including Linux, FreeBSD and macOS started using highresolution timer hardware more directly a decade or two ago. Update ourcomment about that. Also highlight that Windows is like the olderUnixen in that respect.Author: Nathan Bossart <nathandbossart@gmail.com>Discussion:https://postgr.es/m/CA%2BhUKG%2BogAon8_V223Ldv6taPR2uKH3X_UJ_A7LJAf3-VRARPA%40mail.gmail.com1 parent805b821 commite4da2a4
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
|
0 commit comments
Comments
(0)