diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-16 23:18:08 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-16 23:18:08 -0400 |
commit | 1965a8ce1da1a8284530637b96115906722f1d03 (patch) | |
tree | 5a65bc146287c716e76be7ce4989630357a2313d /src/backend/access/gist/gistxlog.c | |
parent | 0c94970c932de50bfa4c57da815756de76b941f1 (diff) | |
download | postgresql-1965a8ce1da1a8284530637b96115906722f1d03.tar.gz postgresql-1965a8ce1da1a8284530637b96115906722f1d03.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/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions