Re: What is a typical precision of gettimeofday()?
Hannu Krosing <hannuk@google.com>
From: Hannu Krosing <hannuk@google.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "Andrey M. Borodin" <x4mmm@yandex-team.ru>,
Peter Eisentraut <peter@eisentraut.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-11-03T22:15:33Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Force LC_NUMERIC to C while running TAP tests.
- f25792c541e5 19 (unreleased) landed
-
Minor tweaks for pg_test_timing.
- 9dcc7641444f 19 (unreleased) landed
-
Change pg_test_timing to measure in nanoseconds not microseconds.
- 0b096e379e6f 19 (unreleased) landed
Hi Tom, Did I understand correctly that you would prefer the documentation part to be much smaller than it is now and all current the discussion about things that are not strictly about the pg_test_timing to be not in the docs for it ? My current plan is to move the other discussions around timing from th edocs to PostgreSQL Wiki. Would this be good ? --- Best Regards Hannu On Sat, Nov 2, 2024 at 3:27 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > "Andrey M. Borodin" <x4mmm@yandex-team.ru> writes: > > This thread has associated CF entry which is marked as RwF [0]. But the > change proved to be useful [1] in understanding what we can expect from > time source. > > It was requested many times before [2,3]. Reading through this thread it > seems to me that my questions about application of the pg_test_timing > somehow switched focus from this patch. However, I'd appreciate if it was > applied. Nanoseconds seem important to me. > > Let me know if I can help in any way. Thanks! > > Basically, I think the code is ready, but I was awaiting Hannu's > proposal on rewriting the documentation for pg_test_timing. > Do you want to have a go at that? > > regards, tom lane >