Re: Remove HAVE_LONG_LONG_INT
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-11-07T12:31:31Z
Lists: pgsql-hackers
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
Commits
-
Remove HAVE_LONG_LONG_INT
- effa40281bb1 13.0 landed