Remove HAVE_LONG_LONG_INT

Started by Peter Eisentrautover 6 years ago2 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

HAVE_LONG_LONG_INT is now implied by the requirement for C99, so the
separate Autoconf check can be removed. The uses are almost all in ecpg
code, and AFAICT the check was originally added specifically for ecpg.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachments:

0001-Remove-HAVE_LONG_LONG_INT.patchtext/plain; charset=UTF-8; name=0001-Remove-HAVE_LONG_LONG_INT.patch; x-mac-creator=0; x-mac-type=0Download+7-195
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Peter Eisentraut (#1)
Re: Remove HAVE_LONG_LONG_INT

On 2019-10-30 14:49, Peter Eisentraut wrote:

HAVE_LONG_LONG_INT is now implied by the requirement for C99, so the
separate Autoconf check can be removed. The uses are almost all in ecpg
code, and AFAICT the check was originally added specifically for ecpg.

committed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services