Re: pgbench doc fix - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: pgbench doc fix
Date
Msg-id 20190117.154855.221209620829547416.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: pgbench doc fix  (Tatsuo Ishii <ishii@sraoss.co.jp>)
List pgsql-hackers
>> On 2018-Dec-03, Tatsuo Ishii wrote:
>> 
>>> To:
>>> -------------------------------------------------------------------
>>> -M querymode
>>> --protocol=querymode
>>> 
>>>     Protocol to use for submitting queries to the server:
>>> 
>>>         simple: use simple query protocol.
>>> 
>>>         extended: use extended query protocol.
>>> 
>>>         prepared: use extended query protocol with prepared statements.
>>> 
>>>     Because in "prepared" mode pgbench reuses the parse analysis
>>>     result for the second and subsequent query iteration, pgbench runs
>>>     faster in the prepared mode than in other modes.
>> 
>> Looks good to me.
> 
> Thanks. I'm going to commit this if there's no objection.

Done. Thanks.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: de-deduplicate code in DML execution hooks in postgres_fdw
Next
From: Masahiko Sawada
Date:
Subject: Re: New vacuum option to do only freezing