Thread
Commits
-
Remove HAVE_LONG_LONG_INT
- effa40281bb1 13.0 landed
-
Remove HAVE_LONG_LONG_INT
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2019-10-30T13:49:38Z
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
-
Re: Remove HAVE_LONG_LONG_INT
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2019-11-07T12:31:31Z
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