Refer to OS X as "macOS", except for the port name which is still "darwin".
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Sep 2016 19:40:57 +0000 (15:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Sep 2016 19:40:57 +0000 (15:40 -0400)
commitda6c4f6ca88df346573bdada2aa2544510bf167e
tree8c511d635e9c1aff00d3d8207b968f78118c0069
parent98c2d3332b30006ff71add99bc9d619c9457e71f
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?
40 files changed:
config/c-library.m4
configure
configure.in
doc/src/sgml/client-auth.sgml
doc/src/sgml/dfunc.sgml
doc/src/sgml/docguide.sgml
doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/release-7.4.sgml
doc/src/sgml/release-8.0.sgml
doc/src/sgml/release-8.1.sgml
doc/src/sgml/release-8.2.sgml
doc/src/sgml/release-8.3.sgml
doc/src/sgml/release-8.4.sgml
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.5.sgml
doc/src/sgml/release-old.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/uuid-ossp.sgml
doc/src/sgml/wal.sgml
src/Makefile.shlib
src/backend/Makefile
src/backend/port/dynloader/darwin.c
src/backend/postmaster/postmaster.c
src/backend/utils/adt/varlena.c
src/backend/utils/misc/ps_status.c
src/backend/utils/probes.d
src/bin/psql/input.c
src/include/port/darwin.h
src/interfaces/libpq/fe-connect.c
src/port/README
src/port/chklocale.c
src/template/darwin
src/test/regress/pg_regress.c
src/tools/find_typedef