More changes to pgtypeslib and set optimization to -O1.
Michael Meskes <meskes@postgresql.org>
More changes to pgtypeslib and set optimization to -O1.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +7 −0 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +31 −6 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +45 −3 |
| src/interfaces/ecpg/ecpglib/typename.c | modified | +3 −1 |
| src/interfaces/ecpg/include/datetime.h | modified | +2 −1 |
| src/interfaces/ecpg/include/decimal.h | modified | +7 −7 |
| src/interfaces/ecpg/include/ecpgerrno.h | modified | +10 −6 |
| src/interfaces/ecpg/include/ecpgtype.h | modified | +2 −1 |
| src/interfaces/ecpg/include/pgtypes_interval.h | added | +20 −0 |
| src/interfaces/ecpg/include/pgtypes_numeric.h | modified | +25 −18 |
| src/interfaces/ecpg/pgtypeslib/common.c | modified | +0 −1 |
| src/interfaces/ecpg/pgtypeslib/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/pgtypeslib/numeric.c | modified | +48 −49 |
| src/interfaces/ecpg/pgtypeslib/timestamp.c | modified | +25 −2 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +3 −2 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +19 −7 |
| src/interfaces/ecpg/preproc/type.c | modified | +12 −1 |
| src/interfaces/ecpg/test/num_test.pgc | modified | +2 −2 |