diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-12-03 20:21:23 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-12-03 20:21:23 -0500 |
commit | 3b08d5224d7df71cc111d8522cf6190fc02f6fb9 (patch) | |
tree | 8a1ed74eaa6c940d88ddec6a36832376b4c38341 /src/include/postgres_ext.h | |
parent | 498f130756914e1bc3125ddfc7e5c86f38ded8e8 (diff) | |
download | postgresql-3b08d5224d7df71cc111d8522cf6190fc02f6fb9.tar.gz postgresql-3b08d5224d7df71cc111d8522cf6190fc02f6fb9.zip |
Define __EXTENSIONS__ on Solaris, too.
Apparently, if you define _POSIX_C_SOURCE on Solaris,
that's interpreted as "you get ONLY what's defined by POSIX".
Results from BF member hake show that that breaks perl.h,
and doubtless it'd cause more problems if we got past that.
Adopt the suggestion from standards(7) that we also need to
define __EXTENSIONS__, in hopes of un-breaking things.
Discussion: https://postgr.es/m/1654508.1733162761@sss.pgh.pa.us
Diffstat (limited to 'src/include/postgres_ext.h')
0 files changed, 0 insertions, 0 deletions