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 /doc/src/sgml/release-9.0.sgml | |
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 'doc/src/sgml/release-9.0.sgml')
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 61dce9fd785..2238b537456 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1541,7 +1541,7 @@ <listitem> <para> - Warn if OS X's <function>setlocale()</> starts an unwanted extra + Warn if macOS's <function>setlocale()</> starts an unwanted extra thread inside the postmaster (Noah Misch) </para> </listitem> @@ -2093,7 +2093,7 @@ <listitem> <para> - Fix linking of <application>libpython</> on OS X (Tom Lane) + Fix linking of <application>libpython</> on macOS (Tom Lane) </para> <para> @@ -5895,7 +5895,7 @@ <listitem> <para> - Fix incorrect quoting of log file name in Mac OS X start script + Fix incorrect quoting of log file name in macOS start script (Sidar Lopez) </para> </listitem> @@ -10745,7 +10745,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then </para> <para> - Bonjour support now requires <productname>OS X</> 10.3 or later. + Bonjour support now requires <productname>macOS</> 10.3 or later. The older API has been deprecated by Apple. </para> </listitem> |