diff options
| author | Tom Lane | 2016-09-25 19:40:57 +0000 |
|---|---|---|
| committer | Tom Lane | 2016-09-25 19:40:57 +0000 |
| commit | da6c4f6ca88df346573bdada2aa2544510bf167e (patch) | |
| tree | 8c511d635e9c1aff00d3d8207b968f78118c0069 /config/c-library.m4 | |
| parent | 98c2d3332b30006ff71add99bc9d619c9457e71f (diff) | |
Refer to OS X as "macOS", except for the port name which is still "darwin".
We weren't terribly consistent about whether to call Apple's OS "OS X"
or "Mac OS X", and the former is probably confusing to people who aren't
Apple users. Now that Apple has rebranded it "macOS", follow their lead
to establish a consistent naming pattern. Also, avoid the use of the
ancient project name "Darwin", except as the port code name which does not
seem desirable to change. (In short, this patch touches documentation and
comments, but no actual code.)
I didn't touch contrib/start-scripts/osx/, either. I suspect those are
obsolete and due for a rewrite, anyway.
I dithered about whether to apply this edit to old release notes, but
those were responsible for quite a lot of the inconsistencies, so I ended
up changing them too. Anyway, Apple's being ahistorical about this,
so why shouldn't we be?
Diffstat (limited to 'config/c-library.m4')
| -rw-r--r-- | config/c-library.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/c-library.m4 b/config/c-library.m4 index 50d068d3fb4..d330b0cf952 100644 --- a/config/c-library.m4 +++ b/config/c-library.m4 @@ -292,8 +292,8 @@ AC_MSG_RESULT([$pgac_cv_snprintf_size_t_support]) # PGAC_TYPE_LOCALE_T # ------------------ -# Check for the locale_t type and find the right header file. Mac OS -# X needs xlocale.h; standard is locale.h, but glibc also has an +# Check for the locale_t type and find the right header file. macOS +# needs xlocale.h; standard is locale.h, but glibc also has an # xlocale.h file that we should not use. # AC_DEFUN([PGAC_TYPE_LOCALE_T], |
