pgsql: Fix "pg_bench -C -M prepared". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix "pg_bench -C -M prepared".
Date
Msg-id E1agOSM-0002Jb-5w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix "pg_bench -C -M prepared".

This didn't work because when we dropped and re-established a database
connection, we did not bother to reset session-specific state such as
the statements-are-prepared flags.

The st->prepared[] array certainly needs to be flushed, and I cleared a
couple of other fields as well that couldn't possibly retain meaningful
state for a new connection.

In passing, fix some bogus comments and strange field order choices.

Per report from Robins Tharakan.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1965a8ce1da1a8284530637b96115906722f1d03

Modified Files
--------------
contrib/pgbench/pgbench.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix j2day() to behave sanely for negative Julian dates.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix "pg_bench -C -M prepared".