Fix ecpg crash with bytea and cursor variables.
Michael Meskes <meskes@postgresql.org>
Fix ecpg crash with bytea and cursor variables. Author: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/preproc/ecpg.header | modified | +6 −3 |
| src/interfaces/ecpg/test/expected/sql-bytea.c | modified | +99 −42 |
| src/interfaces/ecpg/test/expected/sql-bytea.stderr | modified | +83 −42 |
| src/interfaces/ecpg/test/expected/sql-bytea.stdout | modified | +1 −0 |
| src/interfaces/ecpg/test/sql/bytea.pgc | modified | +12 −1 |