mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
a61d81bbc7
The original value that we get is measured in microseconds. It comes from a calculation using Postgres' GetCurrentTimestamp(), whihc is implemented in terms of gettimeofday(2). Signed-off-by: Tristan Partin <tristan@neon.tech>
2 lines
77 B
SQL
2 lines
77 B
SQL
SELECT (neon.backpressure_throttling_time()::float8 / 1000000) AS throttled;
|