diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2025-09-11 11:55:29 +0200 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2025-09-12 07:39:05 +0200 |
| commit | 25f36066dd2abde74faa12f08e5e498a95128cd0 (patch) | |
| tree | 96d1fb2ba36da0fcde15441b86bbb33e61a795ee /src/makefiles | |
| parent | e92677e86333562b8dd4972083c8a1abf985d90d (diff) | |
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
Diffstat (limited to 'src/makefiles')
| -rw-r--r-- | src/makefiles/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/makefiles/meson.build b/src/makefiles/meson.build index 54dbc059ada..0def244c901 100644 --- a/src/makefiles/meson.build +++ b/src/makefiles/meson.build @@ -63,8 +63,6 @@ pgxs_kv = { 'DLSUFFIX': dlsuffix, 'EXEEXT': exesuffix, - 'SUN_STUDIO_CC': 'no', # not supported so far - # want the chosen option, rather than the library 'with_ssl' : ssl_library, 'with_uuid': uuidopt, @@ -179,7 +177,7 @@ pgxs_empty = [ 'WANTED_LANGUAGES', # Not needed because we don't build the server / PLs with the generated makefile - 'LIBOBJS', 'PG_CRC32C_OBJS', 'TAS', + 'LIBOBJS', 'PG_CRC32C_OBJS', 'PG_TEST_EXTRA', 'DTRACEFLAGS', # only server has dtrace probes |
