summaryrefslogtreecommitdiff
path: root/src/port/README
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-09-25 15:40:57 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-09-25 15:40:57 -0400
commitda6c4f6ca88df346573bdada2aa2544510bf167e (patch)
tree8c511d635e9c1aff00d3d8207b968f78118c0069 /src/port/README
parent98c2d3332b30006ff71add99bc9d619c9457e71f (diff)
downloadpostgresql-da6c4f6ca88df346573bdada2aa2544510bf167e.tar.gz
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 'src/port/README')
-rw-r--r--src/port/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/README b/src/port/README
index 58fb32d9f9..4ae96da015 100644
--- a/src/port/README
+++ b/src/port/README
@@ -28,5 +28,5 @@ applications.
from libpgport are linked first. This avoids having applications
dependent on symbols that are _used_ by libpq, but not intended to be
exported by libpq. libpq's libpgport usage changes over time, so such a
-dependency is a problem. Win32, Linux, and Darwin use an export list to
+dependency is a problem. Windows, Linux, and macOS use an export list to
control the symbols exported by libpq.