Re: Solaris compiler status
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-09-04T13:55:16Z
Lists: pgsql-hackers
Hi, Generally looks sane. A few minor remarks: 0003 leaves building of tas.o in place, but afaict there's nothing using the infrastructure anymore - and it seems rather unlikely that we'll use it again. 0003 changes solaris support from "well-supported" to "supported" - that imo seems independent of the rest. Greetings, Andres Freund
Commits
-
Remove traces of support for Sun Studio compiler
- 25f36066dd2a 19 (unreleased) landed
-
Remove checks for no longer supported GCC versions
- 4fbe0151455f 19 (unreleased) landed
-
Remove stray semicolon at global scope
- 591aeb5068ae 17.7 landed
- 3e43a7b1ab97 18.0 landed
- 368c38dd47c2 19 (unreleased) landed
-
Provide vectored variants of smgrread() and smgrwrite().
- 4908c5872059 17.0 cited
-
Convert *GetDatum() and DatumGet*() macros to inline functions
- c8b2ef05f481 16.0 cited