summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-03-16 23:18:08 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-03-16 23:18:08 -0400
commitbe6f9ea2eadc4d58ca6d338491f8451c90b5a369 (patch)
tree62731cdccdbd5c7a76a9b2185a80c7a2d6dfeccc /src/interfaces/libpq/fe-auth.c
parente39f86fe000e64235801bb0fbeeade09dd562e1d (diff)
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/interfaces/libpq/fe-auth.c')
0 files changed, 0 insertions, 0 deletions