From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: psql \watch versus \timing |
Date: | 2014-10-13 19:49:55 |
Message-ID: | 20141013194955.GG21267@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Sep 4, 2014 at 10:50:58PM +0900, Michael Paquier wrote:
> On Thu, Sep 4, 2014 at 1:44 PM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> > On Thu, Aug 28, 2014 at 8:46 PM, Fujii Masao <masao(dot)fujii(at)gmail(dot)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).
Uh, where are we on this? Should I commit it?
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2014-10-13 19:51:29 | Re: missing tab-completion for relation options |
Previous Message | Tomas Vondra | 2014-10-13 19:47:24 | Re: WIP: multivariate statistics / proof of concept |