Re: pgbench stats per script & other stuff

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgbench stats per script & other stuff
Date: 2016-01-27 09:21:14
Message-ID: alpine.DEB.2.10.1601271018400.12620@sto
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello again,

> If you want to implement real non-ambiguous-prefix code (i.e. have "se"
> for "select-only", but reject "s" as ambiguous) be my guest.

I'm fine with filtering out ambiguous cases (i.e. just the "s" case).
Attached a small patch for that.

--
Fabien.

Attachment Content-Type Size
pgbench-b-prefix-1.patch text/x-diff 2.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2016-01-27 09:27:13 Re: GIN pending list clean up exposure to SQL
Previous Message Etsuro Fujita 2016-01-27 09:20:37 Re: Optimization for updating foreign tables in Postgres FDW