postgresql/src
Robert Haas 81051a86bc Remove spinlock support for SINIX, Sun3, and NS32K.
All of these platforms are very much obsolete.

As far as I can determine, the last version of SINIX, later renamed
Reliant, occurred some time between 2002 and 2005.

The last release of SunOS that would run on a sun3 was released in
November of 1991; the last release of OpenBSD which supported that
platform was in 2001.  The highest clock speed of any processor in
the family was 25MHz.

The NS32K (national semiconductor 320xx) architecture was retired
in 1990.

Support can be re-added if a maintainer emerges for any of these
platforms, but it seems unlikely.

Reviewed by Andres Freund.
2013-10-17 12:02:05 -04:00
..
backend Remove spinlock support for SINIX, Sun3, and NS32K. 2013-10-17 12:02:05 -04:00
bin initdb: Suppress dynamic shared memory when probing for max_connections. 2013-10-16 09:41:03 -04:00
common Add use of asprintf() 2013-10-13 00:09:18 -04:00
include Remove spinlock support for SINIX, Sun3, and NS32K. 2013-10-17 12:02:05 -04:00
interfaces Translation updates to fix build failures 2013-10-13 22:14:26 -04:00
makefiles Ensure installation dirs are built before contents are installed (v2) 2013-09-30 10:17:30 -04:00
pl Translation updates to fix build failures 2013-10-13 22:14:26 -04:00
port Add asprintf.c 2013-10-13 21:56:47 -04:00
template Remove _FORTIFY_SOURCE 2012-10-10 21:42:38 -04:00
test Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate 2013-10-16 13:22:55 -04:00
timezone Update time zone data files to tzdata release 2013d. 2013-09-02 15:06:21 -04:00
tools Attempt to fix MSVC build for asprintf addition 2013-10-13 21:55:17 -04:00
tutorial Modernize string literal syntax in tutorial example. 2013-01-19 17:20:32 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04: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 Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Switch order of -lpgport and -lpgcommon 2013-10-15 23:03:42 -04:00
Makefile.shlib Add pkg-config files for libpq and ecpg libraries 2013-03-31 16:58:40 -04:00
nls-global.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00