Re: Use of term Master/Slave

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, sabrina(dot)iqbal(at)target(dot)com
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Use of term Master/Slave
Date: 2017-08-07 21:46:34
Message-ID: ae653689-e6f8-2500-62fb-951596e62105@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 8/1/17 13:33, Andres Freund wrote:
> On 2017-07-31 21:13:48 +0000, sabrina(dot)iqbal(at)target(dot)com wrote:
>> The following documentation comment has been logged on the website:
>>
>> Page: https://www.postgresql.org/docs/9.6/static/release-9-6.html
>> Description:
>>
>> Wondering why PostgreSQL still uses the terms master and slave when there
>> are other terms like primary/secondary that can be used in the same manner.
>
> Yea, I think we should be more careful from now on. I think several
> people already try, but it's not been a concerted effort so far.

Here is a patch to remove remaining uses of "slave" in replication contexts.

Remaining uses are in the Tcl API, which we can't do anything about, and
in a plpgsql test, where it is used for foreign key relationships. (I'm
not sure what the use in the dblink test that I patched was meant for,
so I just removed it.) Old release notes are not touched.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Remove-uses-of-slave-in-replication-contexts.patch text/plain 29.4 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message jrekins 2017-08-08 22:40:17 The reference to 'atacontrol' on FreeBSD is outdated.
Previous Message David G. Johnston 2017-08-07 21:14:40 Re: "data" not "datums"