Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes <meskes@postgresql.org>
Made sure SET DESCRIPTOR accepts all data types including constants.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +9 −0 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +1 −4 |
| src/interfaces/ecpg/ecpglib/descriptor.c | modified | +23 −30 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +95 −85 |
| src/interfaces/ecpg/ecpglib/extern.h | modified | +2 −0 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +28 −15 |
| src/interfaces/ecpg/preproc/variable.c | modified | +1 −1 |
| src/interfaces/ecpg/test/test_desc.pgc | modified | +1 −2 |