Re: pgBench cannot use prepared statements and reconnections

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, Greg Smith <greg(at)2ndQuadrant(dot)com>
Subject: Re: pgBench cannot use prepared statements and reconnections
Date: 2013-07-31 23:08:54
Message-ID: 51F99906.7040708@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 01/08/13 10:08, Josh Berkus wrote:
>
> To wit:
>
> [jberkus(at)pgx-test prepare]$ pgbench -c 4 -C -T 180 -l -r -M prepared bench
> starting vacuum...end.
> Client 1 aborted in state 7: ERROR: prepared statement "P0_7" does not
> exist
> Client 0 aborted in state 7: ERROR: prepared statement "P0_7" does not
> exist
> Client 3 aborted in state 7: ERROR: prepared statement "P0_7" does not
> exist
> Client 2 aborted in state 7: ERROR: prepared statement "P0_7" does not
> exist
> transaction type: TPC-B (sort of)
>

Strange - work for me (9.4devel pulled just now).

Cheers

Mark

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mark Kirkwood 2013-07-31 23:11:27 Re: pgBench cannot use prepared statements and reconnections
Previous Message Josh Berkus 2013-07-31 22:08:04 pgBench cannot use prepared statements and reconnections