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

  1. Remove traces of support for Sun Studio compiler

  2. Remove checks for no longer supported GCC versions

  3. Remove stray semicolon at global scope

  4. Provide vectored variants of smgrread() and smgrwrite().

  5. Convert *GetDatum() and DatumGet*() macros to inline functions