pgsql: Refer to OS X as "macOS", except for the port name which is stil

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Refer to OS X as "macOS", except for the port name which is stil
Дата
Msg-id E1boFIe-0004Rw-9A@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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?

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/da6c4f6ca88df346573bdada2aa2544510bf167e

Modified Files
--------------
config/c-library.m4                 |  4 ++--
configure                           |  8 ++++----
configure.in                        | 12 ++++++------
doc/src/sgml/client-auth.sgml       |  2 +-
doc/src/sgml/dfunc.sgml             |  4 ++--
doc/src/sgml/docguide.sgml          |  2 +-
doc/src/sgml/install-windows.sgml   |  2 +-
doc/src/sgml/installation.sgml      |  6 +++---
doc/src/sgml/monitoring.sgml        |  2 +-
doc/src/sgml/release-7.4.sgml       | 14 +++++++-------
doc/src/sgml/release-8.0.sgml       | 10 +++++-----
doc/src/sgml/release-8.1.sgml       | 10 +++++-----
doc/src/sgml/release-8.2.sgml       |  4 ++--
doc/src/sgml/release-8.3.sgml       |  4 ++--
doc/src/sgml/release-8.4.sgml       |  6 +++---
doc/src/sgml/release-9.0.sgml       |  8 ++++----
doc/src/sgml/release-9.1.sgml       |  8 ++++----
doc/src/sgml/release-9.2.sgml       |  6 +++---
doc/src/sgml/release-9.3.sgml       | 10 +++++-----
doc/src/sgml/release-9.4.sgml       |  6 +++---
doc/src/sgml/release-9.5.sgml       |  2 +-
doc/src/sgml/release-old.sgml       |  2 +-
doc/src/sgml/runtime.sgml           | 18 +++++++++---------
doc/src/sgml/uuid-ossp.sgml         |  2 +-
doc/src/sgml/wal.sgml               |  2 +-
src/Makefile.shlib                  |  2 +-
src/backend/Makefile                |  4 ++--
src/backend/port/dynloader/darwin.c |  2 +-
src/backend/postmaster/postmaster.c |  2 +-
src/backend/utils/adt/varlena.c     |  4 ++--
src/backend/utils/misc/ps_status.c  |  4 ++--
src/backend/utils/probes.d          |  2 +-
src/bin/psql/input.c                |  2 +-
src/include/port/darwin.h           |  2 +-
src/interfaces/libpq/fe-connect.c   |  2 +-
src/port/README                     |  2 +-
src/port/chklocale.c                |  2 +-
src/template/darwin                 | 11 +++++++----
src/test/regress/pg_regress.c       |  4 ++--
src/tools/find_typedef              |  2 +-
40 files changed, 102 insertions(+), 99 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: pg_ctl: Detect current standby state from pg_control
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: pg_ctl: Detect current standby state from pg_control