postgresql/src/interfaces/ecpg/include
Peter Eisentraut c3fa85b249 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
2024-04-24 08:27:25 +02:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
datetime.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
decimal.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
ecpg-pthread-win32.h Clean up Windows-specific mutex code in libpq and ecpglib. 2024-02-09 11:11:39 -05:00
ecpg_config.h.in Remove obsolete symbol from ecpg_config.h.in 2024-04-24 08:27:25 +02:00
ecpg_informix.h Harmonize parameter names in ecpg code. 2022-09-22 12:53:20 -07:00
ecpgerrno.h Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
ecpglib.h Remove --disable-thread-safety and related code. 2023-07-12 08:20:43 +12:00
ecpgtype.h Revert "Add DECLARE STATEMENT support to ECPG." 2019-09-20 12:47:37 -04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
pgtypes.h Add PGTYPESchar_free() to avoid cross-module problems on Windows. 2018-06-18 18:33:53 +12:00
pgtypes_date.h Harmonize parameter names in ecpg code. 2022-09-22 12:53:20 -07:00
pgtypes_error.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgtypes_interval.h Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
pgtypes_numeric.h Harmonize parameter names in ecpg code. 2022-09-22 12:53:20 -07:00
pgtypes_timestamp.h Harmonize parameter names in ecpg code. 2022-09-22 12:53:20 -07:00
sql3types.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sqlca.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sqlda-compat.h Fix more wrong paths in header comments 2018-07-11 17:57:04 +03:00
sqlda-native.h Fix some typos, grammar and style in docs and comments 2021-02-24 16:13:17 +09:00
sqlda.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sqltypes.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00