postgresql/src/backend/postmaster
Tom Lane 9f17ffd866 Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
The original definition had the problem that timeouts exceeding about 2100
seconds couldn't be specified on 32-bit machines.  Milliseconds seem like
sufficient resolution, and finer grain than that would be fantasy anyway
on many platforms.

Back-patch to 9.1 so that this aspect of the latch API won't change between
9.1 and later releases.

Peter Geoghegan
2011-08-09 18:52:29 -04:00
..
autovacuum.c Create VXID locks "lazily" in the main lock table. 2011-08-04 12:38:33 -04:00
bgwriter.c Introduce a pipe between postmaster and each backend, which can be used to 2011-07-08 18:44:07 +03:00
fork_process.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgarch.c Measure WaitLatch's timeout parameter in milliseconds, not microseconds. 2011-08-09 18:52:29 -04:00
pgstat.c Introduce a pipe between postmaster and each backend, which can be used to 2011-07-08 18:44:07 +03:00
postmaster.c Use clearer notation for getnameinfo() return handling 2011-08-09 18:30:32 +03:00
syslogger.c Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 2011-04-28 15:05:58 -04:00
walwriter.c Introduce a pipe between postmaster and each backend, which can be used to 2011-07-08 18:44:07 +03:00