pgsql: Remove obsolete symbol from ecpg_config.h.in

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete symbol from ecpg_config.h.in
Date: 2024-04-24 06:31:54
Message-ID: E1rzWAb-003cTy-SJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete symbol from ecpg_config.h.in

HAVE_LONG_LONG_INT was not added to ecpg_config.h.in by the meson
build system, but rather than add it there, we decided to remove it
from the makefile build system, to make both consistent that way.

There is no documentation or examples that suggest that the presence
of this symbol was publicly advertised, and of course the feature is
required by C99 (but we don't necessarily require C99 for ecpg user
code). ecpg core code and ecpg tests use the symbol
HAVE_LONG_LONG_INT_64 instead, which is still there.

Discussion: https://www.postgresql.org/message-id/flat/bf35d032-02fc-4173-9f4f-840999cc3ef3%40eisentraut.org

Branch
------
master

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

Modified Files
--------------
src/interfaces/ecpg/include/ecpg_config.h.in | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-04-24 07:11:21 pgsql: pg_walsummary: Document --version option
Previous Message Robert Haas 2024-04-23 20:34:07 pgsql: Try again to add test coverage for pg_combinebackup w/tablespace