Remove HAVE_LONG_LONG_INT
Peter Eisentraut <peter@eisentraut.org>
Remove HAVE_LONG_LONG_INT The presence of long long int is now implied in the requirement for C99 and the configure check for the same. We keep the define hard-coded in ecpg_config.h for backward compatibility with ecpg-using user code. Discussion: https://www.postgresql.org/message-id/flat/5cdd6a2b-b2c7-c6f6-344c-a406d5c1a254%402ndquadrant.com
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +0 −117 |
| configure.in | modified | +0 −1 |
| src/include/c.h | modified | +0 −2 |
| src/include/pg_config.h.in | modified | +0 −6 |
| src/include/pg_config.h.win32 | modified | +0 −3 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +0 −14 |
| src/interfaces/ecpg/ecpglib/descriptor.c | modified | +0 −4 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +2 −4 |
| src/interfaces/ecpg/ecpglib/misc.c | modified | +0 −6 |
| src/interfaces/ecpg/include/ecpg_config.h.in | modified | +1 −1 |
| src/interfaces/ecpg/preproc/ecpg.trailer | modified | +4 −32 |
| src/interfaces/ecpg/test/expected/sql-sqlda.c | modified | +64 −66 |
| src/interfaces/ecpg/test/expected/sql-sqlda.stderr | modified | +225 −225 |
| src/interfaces/ecpg/test/sql/sqlda.pgc | modified | +0 −2 |
Discussion
- Remove HAVE_LONG_LONG_INT 2 messages · 2019-10-30 → 2019-11-07