pg_test_timing: fix unit in backward-clock warning pg_test_timing reports timing differences in nanoseconds in master, and in microseconds in v14 through v18, but previously the backward-clock warning incorrectly labeled the value as milliseconds.
This commit fixes the warning message to use "ns" in master and "us" in v14 through v18, matching the actual unit being reported. Backpatch to all supported versions. Author: Chao Li <[email protected]> Reviewed-by: Lukas Fittl <[email protected]> Reviewed-by: Xiaopeng Wang <[email protected]> Reviewed-by: Fujii Masao <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14 Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/d7241c156d41944f331554b382e9719994fe334c Modified Files -------------- src/bin/pg_test_timing/pg_test_timing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
