Re: psql \watch versus \timing - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: psql \watch versus \timing
Date
Msg-id CAB7nPqRZ-rSn1=YjGw0i+p0++cN_zaM-VKeFSVODJO=ksJXwPw@mail.gmail.com
Whole thread Raw
In response to Re: psql \watch versus \timing  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: psql \watch versus \timing
List pgsql-hackers
On Thu, Sep 4, 2014 at 1:44 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> On Thu, Aug 28, 2014 at 8:46 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
>> Good catch. So I will remove start_xact code later.
> Attached patch removes start_xact from PSQLexec.
Nothing negative to say here :)
Patch simply removes the second argument of PSQLexec that was set to
the same value everywhere, aka false as noticed by Heikki. Comments
and code blocks related to this parameter are removed, and the code
compiles, passing check-world as well (just kicked the tests in case).
Regards,
-- 
Michael



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: PL/pgSQL 1.2
Next
From: Heikki Linnakangas
Date:
Subject: Re: Escaping from blocked send() reprised.