From: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, kuroda(dot)hayato(at)fujitsu(dot)com, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: pgbench bug candidate: negative "initial connection time" |
Date: | 2021-10-08 15:41:33 |
Message-ID: | f9041ec2-46b6-1b41-0e84-9c8a1e2d6bda@oss.nttdata.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2021/10/01 15:27, Michael Paquier wrote:
> On Wed, Sep 29, 2021 at 10:11:53PM +0900, Fujii Masao wrote:
>> BTW, when logfile fails to be opened, pgbench gets stuck due to commit
>> aeb57af8e6. So even if we decided not to back-patch those changes,
>> we should improve the handling of logfile open failure, to fix the issue.
>
> There is an entry in the CF for this thread:
> https://commitfest.postgresql.org/34/3219/
>
> I have moved that to the next one as some pieces are missing. If you
> are planning to handle the rest, could you register your name as a
> committer?
Thanks for letting me know that!
I registered myself as a committer of the patch again.
pg_time_usec_t conn_duration; /* cumulated connection and deconnection
* delays */
BTW, while reading the patch, I found the above comment in pgbench.c.
"deconnection" seems a valid word in French (?), but isn't it better to
replace it with "disconnection"? Patch attached.
Regards,
--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
Attachment | Content-Type | Size |
---|---|---|
deconnection.patch | text/plain | 564 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-10-08 16:03:41 | Re: pgsql: Adjust configure to insist on Perl version >= 5.8.3. |
Previous Message | Fujii Masao | 2021-10-08 15:28:57 | Re: Fix pg_log_backend_memory_contexts() 's delay |