Re: pgbench stats per script & other stuff

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2016-01-27T09:21:14Z
Lists: pgsql-hackers

Attachments

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.

Commits

  1. pgbench: Allow changing weights for scripts