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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix "pg_bench -C -M prepared".
Дата
Msg-id E1agOSM-0002JS-55@gemulon.postgresql.org
обсуждение исходный текст
Список 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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8ee2e5f78cd7f99d41ddf2c396d83adb6f9df2db

Modified Files
--------------
src/bin/pgbench/pgbench.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix "pg_bench -C -M prepared".
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix "pg_bench -C -M prepared".