Обсуждение: pgsql: Fix "pg_bench -C -M prepared".

Поиск
Список
Период
Сортировка

pgsql: Fix "pg_bench -C -M prepared".

От
Tom Lane
Дата:
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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/be6f9ea2eadc4d58ca6d338491f8451c90b5a369

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