- Fixed indicator in SET DESCRIPTOR.
Michael Meskes <meskes@postgresql.org>
- Fixed indicator in SET DESCRIPTOR. - Added special handling of descriptor header information. - Some code cleanup.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +7 −0 |
| src/interfaces/ecpg/ecpglib/descriptor.c | modified | +23 −1 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +36 −19 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +1 −1 |
| src/interfaces/ecpg/preproc/descriptor.c | modified | +2 −1 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +43 −4 |
| src/interfaces/ecpg/test/test_desc.pgc | modified | +20 −7 |