From: | Dan Colish <dan(at)unencrypted(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCH] pgbench: new feature allowing to launch shell commands |
Date: | 2009-09-16 03:21:35 |
Message-ID: | 20090916032135.GA2596@funkstrom.chesnok.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Sep 15, 2009 at 09:53:11PM -0400, Stephen Frost wrote:
> Michael,
>
> I just wanted to follow-up on your pgbench patch. The latest version
> that I see is from August 13th. Is that the correct patch to be
> reviewing? Do you have any other updates on it?
>
> Thanks!
>
> Stephen
Hi!
Some comments about this patch:
- You have DOS-style carriage returns, which interfere with the patch application on Unix systems.
- We'd like to see return specifically return a value (lines 1008 and 1022 in the patched version)
- We'd like to see something done with the return value from system (line 1026 in patched version)
- pg_bench functions as expected, however, your example script given on the wiki page for this patch fails (http://wiki.postgresql.org/wiki/Pgbench:_shell_command) Can we have an example that works so we can check it out? It's not really clear to us how this will be useful to others.
Thanks!
Gabrielle & Dan
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Gierth | 2009-09-16 03:31:43 | Re: updated hstore patch |
Previous Message | Jeff Janes | 2009-09-16 03:04:54 | Re: Bulk Inserts |