pgsql: Remove HAVE_LONG_LONG_INT

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove HAVE_LONG_LONG_INT
Date: 2019-11-07 12:31:08
Message-ID: E1iSgwO-0004LW-9y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/effa40281bb1f6c71e81c980f86852ab3be603c3

Modified Files
--------------
configure | 117 ------
configure.in | 1 -
src/include/c.h | 2 -
src/include/pg_config.h.in | 6 -
src/include/pg_config.h.win32 | 3 -
src/interfaces/ecpg/ecpglib/data.c | 14 -
src/interfaces/ecpg/ecpglib/descriptor.c | 4 -
src/interfaces/ecpg/ecpglib/execute.c | 6 +-
src/interfaces/ecpg/ecpglib/misc.c | 6 -
src/interfaces/ecpg/include/ecpg_config.h.in | 2 +-
src/interfaces/ecpg/preproc/ecpg.trailer | 36 +-
src/interfaces/ecpg/test/expected/sql-sqlda.c | 130 +++---
src/interfaces/ecpg/test/expected/sql-sqlda.stderr | 450 ++++++++++-----------
src/interfaces/ecpg/test/sql/sqlda.pgc | 2 -
14 files changed, 296 insertions(+), 483 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-11-07 15:23:25 Re: pgsql: doc: Further clarify how recovery target parameters are applied
Previous Message Peter Eisentraut 2019-11-07 09:08:28 pgsql: Fix nested error handling in PG_FINALLY