diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-16 23:18:07 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-16 23:18:07 -0400 |
commit | 23cb32660c841d21a376642e40d8cfbea6c5f010 (patch) | |
tree | 78f58825007e124290e5e7159da652ee6789d8b3 /src/backend/utils/adt/enum.c | |
parent | b0bdc3f182995658f42470a6f5314ea58f48c6d8 (diff) | |
download | postgresql-23cb32660c841d21a376642e40d8cfbea6c5f010.tar.gz postgresql-23cb32660c841d21a376642e40d8cfbea6c5f010.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/enum.c')
0 files changed, 0 insertions, 0 deletions