Remove traces of support for Sun Studio compiler
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-09-12T05:39:05Z
Releases:
19 (unreleased)
Remove traces of support for Sun Studio compiler Per discussion, this compiler suite is no longer maintained, and it has not been able to compile PostgreSQL since at least PostgreSQL 17. This removes all the remaining support code for this compiler. Note that the Solaris operating system continues to be supported, but using GCC as the compiler. Reviewed-by: Andres Freund <andres@anarazel.de> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/a0f817ee-fb86-483a-8a14-b6f7f5991b6e%40eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| config/c-compiler.m4 | modified | +1 −1 |
| configure | modified | +2 −51 |
| configure.ac | modified | +1 −30 |
| doc/src/sgml/dfunc.sgml | modified | +1 −8 |
| doc/src/sgml/installation.sgml | modified | +4 −56 |
| meson.build | modified | +1 −1 |
| src/backend/port/Makefile | modified | +0 −12 |
| src/backend/port/tas/sunstudio_sparc.s | deleted | +0 −53 |
| src/backend/port/tas/sunstudio_x86.s | deleted | +0 −43 |
| src/backend/storage/lmgr/Makefile | modified | +1 −5 |
| src/include/c.h | modified | +7 −8 |
| src/include/port/atomics/arch-x86.h | modified | +1 −1 |
| src/include/port/atomics/generic-sunpro.h | deleted | +0 −113 |
| src/include/port/atomics.h | modified | +0 −2 |
| src/include/port/solaris.h | modified | +0 −21 |
| src/include/storage/s_lock.h | modified | +3 −21 |
| src/Makefile.global.in | modified | +0 −4 |
| src/makefiles/meson.build | modified | +1 −3 |
| src/template/linux | modified | +0 −23 |
| src/template/solaris | modified | +1 −28 |
| src/tools/pginclude/headerscheck | modified | +0 −1 |
Discussion
- Solaris compiler status 11 messages · 2025-09-03 → 2025-09-12