Re-enabled variables in fetch/move command.
Michael Meskes <meskes@postgresql.org>
Re-enabled variables in fetch/move command.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/ecpglib/descriptor.c | modified | +2 −2 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +84 −90 |
| src/interfaces/ecpg/ecpglib/extern.h | modified | +2 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +1 −2 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +26 −55 |
| src/interfaces/ecpg/test/expected/sql-fetch.c | modified | +5 −3 |
| src/interfaces/ecpg/test/sql/fetch.pgc | modified | +2 −2 |