postgresql/src
Tom Lane d15cb38dec Alter the configure script to fail immediately if the C compiler does not
provide a working 64-bit integer datatype.  As recently noted, we've been
broken on such platforms since early in the 8.4 development cycle.  Since
it took nearly two years for anyone to even notice, it seems that the
rationale for continuing to support such platforms has reached the point
of non-existence.  Rather than thrashing around to try to make it work
again, we'll just admit up front that this no longer works.

Back-patch to 8.4 since that branch is also broken.

We should go around to remove INT64_IS_BUSTED support, but just in HEAD,
so that seems like material for a separate commit.
2010-01-07 00:25:05 +00:00
..
backend PG_MAJORVERSION: 2010-01-06 23:23:51 +00:00
bin PG_MAJORVERSION: 2010-01-06 23:23:51 +00:00
include Alter the configure script to fail immediately if the C compiler does not 2010-01-07 00:25:05 +00:00
interfaces Replaced int64_t with int64 as Andrew suggested. 2010-01-06 15:15:55 +00:00
makefiles Fix a few places where we needed -I. in CPPFLAGS to work properly in 2010-01-05 03:56:52 +00:00
pl Check values passed back from PLPerl to the database, via function return, 2010-01-04 20:29:59 +00:00
port Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
template Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 2009-02-11 20:02:40 +00:00
test Support rewritten-based full vacuum as VACUUM FULL. Traditional 2010-01-06 05:31:14 +00:00
timezone Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tools Move the default configuration for the MSVC build system to config_default.pl, 2010-01-05 13:31:58 +00:00
tutorial Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
Makefile.global.in Python 3 support in PL/Python 2009-12-15 22:59:55 +00:00
Makefile.shlib Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
nls-global.mk Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00