From 5e7bbb528638c0f6d585bab107ec7a19e3a39deb Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 14 Jun 2020 14:05:18 -0700 Subject: code: replace 'master' with 'primary' where appropriate. Also changed "in the primary" to "on the primary", and added a few "the" before "primary". Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de --- src/backend/commands/tablecmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/commands/tablecmds.c') diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index 42330692e76..26700da2789 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -3676,7 +3676,7 @@ AlterTableInternal(Oid relid, List *cmds, bool recurse) * and does not travel through this section of code and cannot be combined with * any of the subcommands given here. * - * Note that Hot Standby only knows about AccessExclusiveLocks on the master + * Note that Hot Standby only knows about AccessExclusiveLocks on the primary * so any changes that might affect SELECTs running on standbys need to use * AccessExclusiveLocks even if you think a lesser lock would do, unless you * have a solution for that also. -- cgit v1.2.3