Re: Removing \cset from pgbench

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephen Frost <sfrost(at)snowman(dot)net>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Removing \cset from pgbench
Date: 2019-03-23 07:57:24
Message-ID: alpine.DEB.2.21.1903230850370.18811@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>> What I'm going to do now is to write a patch to remove the \cset part of
>> the commit and post it, intending to push at some point next week.
>
> Per your request, here is a patch which removes \cset from pgbench. Sigh.

Again, only the removal is a little deeper. This lifts the constraint
about not using empty queries in a compound statement, at the price of
some added logic to detect the last result.

--
Fabien.

Attachment Content-Type Size
pgbench-remove-cset-2.patch text/x-diff 18.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2019-03-23 08:43:04 Re: Connections hang indefinitely while taking a gin index's LWLock buffer_content lock
Previous Message Noah Misch 2019-03-23 07:02:36 Re: compiler warning in pgcrypto imath.c