Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-prepare mode if the connection is closed and re-opened and the previously prepared query is issued again.
Michael Meskes <meskes@postgresql.org>
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-prepare mode if the connection is closed and re-opened and the previously prepared query is issued again.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ecpglib/execute.c | modified | +4 −1 |
| src/interfaces/ecpg/ecpglib/prepare.c | modified | +47 −23 |
| src/interfaces/ecpg/test/expected/preproc-autoprep.c | modified | +6 −1 |
| src/interfaces/ecpg/test/expected/preproc-autoprep.stderr | modified | +160 −0 |
| src/interfaces/ecpg/test/expected/preproc-autoprep.stdout | modified | +9 −0 |
| src/interfaces/ecpg/test/preproc/autoprep.pgc | modified | +6 −1 |