Re: [COMMITTERS] pgsql: pg_test_timing utility, to measure clock monotonicity and timing

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: pg_test_timing utility, to measure clock monotonicity and timing
Date: 2012-03-28 02:10:46
Message-ID: CAHGQGwGQZPCz3+p7Wo02QzrZgGMQNSczdYD-Ft7pf_jD0oqT7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Mar 28, 2012 at 5:17 AM, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> pg_test_timing utility, to measure clock monotonicity and timing cost.

When I compiled this, I got a compiler warning. Attached patch
silences the warning.

Also I found one trivial problem in the doc of pg_test_timing. The
patch fixes that.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment Content-Type Size
pgtesttiming_silence_compiler_warning_v1.patch text/x-diff 1.3 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-03-28 12:19:37 pgsql: Doc fix for pg_test_timing.
Previous Message Robert Haas 2012-03-27 20:17:18 pgsql: pg_test_timing utility, to measure clock monotonicity and timing

Browse pgsql-hackers by date

  From Date Subject
Next Message Ants Aasma 2012-03-28 02:37:25 [PATCH] Lazy hashaggregate when no aggregation is needed
Previous Message Shigeru HANADA 2012-03-28 01:41:01 Re: pgsql_fdw, FDW for PostgreSQL server